Skip to content

Commit 3af5b67

Browse files
docs(firebase_core): update inline documentation on initializeApp() behaviour (#9431)
1 parent 71bde27 commit 3af5b67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/firebase_core/firebase_core/lib/src/firebase.dart

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ class Firebase {
3333
///
3434
/// The default app instance can be initialized here simply by passing no "name" as an argument
3535
/// in both Dart & manual initialization flows.
36+
/// If you have a `google-services.json` file in your android project or a `GoogleService-Info.plist` file in your iOS+ project,
37+
/// it will automatically create a default (named "[DEFAULT]") app instance on the native platform. However, you will still need to call this method
38+
/// before using any FlutterFire plugins.
3639
static Future<FirebaseApp> initializeApp({
3740
String? name,
3841
FirebaseOptions? options,

0 commit comments

Comments
 (0)