We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c09b443 commit 0304ba6Copy full SHA for 0304ba6
lib/src/firebase_options_prod.dart
@@ -4,16 +4,7 @@ import 'package:firebase_core/firebase_core.dart' show FirebaseOptions;
4
import 'package:flutter/foundation.dart'
5
show defaultTargetPlatform, kIsWeb, TargetPlatform;
6
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
-/// ```
+/// Default Codelessly [FirebaseOptions].
17
class DefaultFirebaseOptionsProd {
18
static FirebaseOptions get currentPlatform {
19
if (kIsWeb) return web;
0 commit comments