Flamingo class

Flamingo

Constructors

Flamingo()

Properties

firebaseStorage FirebaseStorage
no setter
firestore FirebaseFirestore
no setter
hashCode int
The hash code for this object.
no setterinherited
rootReference DocumentReference<Map<String, dynamic>>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

instance Flamingo
Flamingo instance
getter/setter pair

Static Methods

clearCache() Future<void>
Clear cache
configureEmulator({int firestorePort = 8080, int storagePort = 9099, bool persistenceEnabled = false, bool sslEnabled = false}) Future<void>
Set emulator
configureStorageEmulator({int port = 9199}) Future<void>
Setting Storage Emulator
getEmulatorSettings({int port = 8080, bool persistenceEnabled = false, bool sslEnabled = false}) Settings
Get emulator settings
initializeApp({String? name, FirebaseOptions? options, Settings? settings, String? rootPath, bool isWebCache = true}) Future<void>
Flamingo initializeApp. Required before using Firebase.
overrideWithSetting({FirebaseFirestore? firestoreInstance, FirebaseStorage? storageInstance, Settings? settings, String? rootPath, required bool isWebCache}) → void
Update Firebase instance and reference and settings