Skip to content

Commit 0304ba6

Browse files
committed
Update FirebaseOptions Comments
1 parent c09b443 commit 0304ba6

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

lib/src/firebase_options_prod.dart

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,7 @@ import 'package:firebase_core/firebase_core.dart' show FirebaseOptions;
44
import 'package:flutter/foundation.dart'
55
show defaultTargetPlatform, kIsWeb, TargetPlatform;
66

7-
/// Default [FirebaseOptions] for use with your Firebase apps.
8-
///
9-
/// Example:
10-
/// ```dart
11-
/// import 'firebase_options.dart';
12-
/// // ...
13-
/// await Firebase.initializeApp(
14-
/// options: DefaultFirebaseOptions.currentPlatform,
15-
/// );
16-
/// ```
7+
/// Default Codelessly [FirebaseOptions].
178
class DefaultFirebaseOptionsProd {
189
static FirebaseOptions get currentPlatform {
1910
if (kIsWeb) return web;

0 commit comments

Comments
 (0)