Skip to content

Commit

Permalink
docs(firebase_core): Update inline code documentation for initializin…
Browse files Browse the repository at this point in the history
…g Firebase app. (#8329)

Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
  • Loading branch information
russellwheatley and Salakar committed Mar 30, 2022
1 parent 83b23c7 commit 1972779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/firebase_core/firebase_core/lib/src/firebase.dart
Expand Up @@ -31,8 +31,8 @@ class Firebase {
/// Initializes a new [FirebaseApp] instance by [name] and [options] and returns
/// the created app. This method should be called before any usage of FlutterFire plugins.
///
/// The default app instance cannot be initialized here and should be created
/// using the platform Firebase integration.
/// The default app instance can be initialized here simply by passing no "name" as an argument
/// in both Dart & manual initialization flows.
static Future<FirebaseApp> initializeApp({
String? name,
FirebaseOptions? options,
Expand Down

0 comments on commit 1972779

Please sign in to comment.