DefaultFirebaseOptions class Null safety
Default FirebaseOptions for use with your Firebase apps.
Example:
import 'firebase_options.dart';
// ...
await Firebase.initializeApp(
  options: DefaultFirebaseOptions.currentPlatform,
);
Constructors
Properties
- hashCode → int
 - 
  The hash code for this object.
  read-only, inherited
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  read-only, inherited
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a non-existent 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: 'AIzaSyCZUZnqgqZq7bBTPfHD1j5AXWyu1eTQh4A', appId: '1:746389914473:android:782f8f7bb5aab50299f3f8', messagingSenderId: '746389914473', projectId: 'eq… - ios → const FirebaseOptions
 - 
  
  
  
FirebaseOptions(apiKey: 'AIzaSyBlNE2HzP4Ja8axmfi3v6KNhn1HyYDCaU4', appId: '1:746389914473:ios:3a7c5c6f2374d45f99f3f8', messagingSenderId: '746389914473', projectId: 'equizz…