DefaultFirebaseOptions class

Default FirebaseOptions for use with your Firebase apps.

Example:

import 'firebase_options.dart';
// ...
await Firebase.initializeApp(
  options: DefaultFirebaseOptions.currentPlatform,
);

Constructors

DefaultFirebaseOptions()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

currentPlatform FirebaseOptions
read-only

Constants

android → const FirebaseOptions
FirebaseOptions(apiKey: 'AIzaSyDLNGjYAvcbEOR8SH0pMPmbrZTRRitFJUA', appId: '1:938145287148:android:4dc007286ce4ae2ac68ec9', messagingSenderId: '938145287148', projectId: 'no…
ios → const FirebaseOptions
FirebaseOptions(apiKey: 'AIzaSyCra_DdnjjKhFrbMadUtnKPKbRYd0qEotY', appId: '1:938145287148:ios:1527edd0f9d24278c68ec9', messagingSenderId: '938145287148', projectId: 'now-u-…
macos → const FirebaseOptions
FirebaseOptions(apiKey: 'AIzaSyCra_DdnjjKhFrbMadUtnKPKbRYd0qEotY', appId: '1:938145287148:ios:1527edd0f9d24278c68ec9', messagingSenderId: '938145287148', projectId: 'now-u-…
web → const FirebaseOptions
FirebaseOptions(apiKey: 'AIzaSyBoKUpwSorsHZ9QzVlG-OpNRkTLCCZ-nIA', appId: '1:938145287148:web:e5cca3387445ef66c68ec9', messagingSenderId: '938145287148', projectId: 'now-u-…