Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(firebase_core): Update inline code documentation for initializing Firebase app. #8329

Merged
merged 2 commits into from Mar 30, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
russellwheatley marked this conversation as resolved.
Show resolved Hide resolved
/// whether using dart initialization or manual installation.
russellwheatley marked this conversation as resolved.
Show resolved Hide resolved
static Future<FirebaseApp> initializeApp({
String? name,
FirebaseOptions? options,
Expand Down