FirebaseAdminFirestore extension type
Cloud Firestore.
- on
- Implemented types
- Available extensions
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
-
getFirestore(
[JSAny? appOrDatabaseId, String? optionalDatabaseId]) → Firestore - Get a Firestore instance for the current app
-
initializeFirestore(
App app, [FirestoreSettings settings, String databaseId]) → Firestore - Gets the named {@link https://googleapis.dev/nodejs/firestore/latest/Firestore.html | Firestore} service for the given app, passing extra parameters to its constructor.
-
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