Skip to content

Commit

Permalink
docs(firebase_core): update inline documentation on initializeApp()
Browse files Browse the repository at this point in the history
… behaviour (#9431)
  • Loading branch information
russellwheatley committed Sep 22, 2022
1 parent 71bde27 commit 3af5b67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/firebase_core/firebase_core/lib/src/firebase.dart
Expand Up @@ -33,6 +33,9 @@ class Firebase {
///
/// The default app instance can be initialized here simply by passing no "name" as an argument
/// in both Dart & manual initialization flows.
/// If you have a `google-services.json` file in your android project or a `GoogleService-Info.plist` file in your iOS+ project,
/// it will automatically create a default (named "[DEFAULT]") app instance on the native platform. However, you will still need to call this method
/// before using any FlutterFire plugins.
static Future<FirebaseApp> initializeApp({
String? name,
FirebaseOptions? options,
Expand Down

0 comments on commit 3af5b67

Please sign in to comment.