From d51ff517b0d54a6857b86cd5ca1913b0b0d2009e Mon Sep 17 00:00:00 2001 From: Nils Reichardt Date: Mon, 26 Jan 2026 18:49:17 +0100 Subject: [PATCH] Remove caution note for firebase_options.dart It is safe to commit your `firebase_options.dart` to Git, see https://stackoverflow.com/a/37484053/8358501. To actually secure your app, see [Firebase security checklist](https://firebase.google.com/support/guides/security-checklist). --- src/content/ai/ai-toolkit/index.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/content/ai/ai-toolkit/index.md b/src/content/ai/ai-toolkit/index.md index 023ed2eb76b..0a8757808d9 100644 --- a/src/content/ai/ai-toolkit/index.md +++ b/src/content/ai/ai-toolkit/index.md @@ -233,11 +233,6 @@ details into the `example/lib/firebase_options.dart` file. You can do this with the `flutterfire CLI` tool as described in the [Add Firebase to your Flutter app][add-fb] docs **from within the `example` directory**. -::: -note **Be careful not to check the `firebase_options.dart` file into your git -repo.** -::: - ## Feedback Along the way, as you use this package, please [log issues and feature