FirebaseCore class

Class that prepares to handle Firebase.

Please be sure to initialize by executing initialize.

await FirebaseCore.initialize();

Properties

hashCode int
The hash code for this object.
no setterinherited
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

functionsEndpoint String
Returns up to the hostname of the Firebase function endpoint.
no setter
hostingEndpoint String
Returns up to the hostname of the Firebase hosting endpoint.
no setter
isInitialized bool
True if initialization has been completed.
no setter
region String
Firebase Regions.
getter/setter pair

Static Methods

enqueueTransaction(VoidCallback transaction) → void
Enqueue a new transaction.
initialize({String region = "asia-northeast1", int transactionDurationMilliSeconds = 100, FirebaseOptions? options}) Future<void>
Initialize Firebase.