We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
initializeApp()
1 parent 71bde27 commit 3af5b67Copy full SHA for 3af5b67
packages/firebase_core/firebase_core/lib/src/firebase.dart
@@ -33,6 +33,9 @@ class Firebase {
33
///
34
/// The default app instance can be initialized here simply by passing no "name" as an argument
35
/// 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.
39
static Future<FirebaseApp> initializeApp({
40
String? name,
41
FirebaseOptions? options,
0 commit comments