FirebaseAdminApp class

Constructors

FirebaseAdminApp.initializeApp(String projectId, Credential credential)

Properties

authApiHost Uri
getter/setter pair
credential Credential
The Credential used to authenticate the Admin SDK.
final
firestoreApiHost Uri
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isUsingEmulator bool
no setter
projectId String
The ID of the Google Cloud project associated with the app.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() Future<void>
Stops the app and releases any resources associated with it.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
useEmulator() → void
Use the Firebase Emulator Suite to run the app locally.

Operators

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