FirestoreClient class abstract

Constructors

FirestoreClient(String email, String password, App? app, {FirestoreApiEndpoints? endpoints, FirestoreAccessToken? token})
factory

Properties

app App
no setter
email String
no setter
endpoints FirestoreApiEndpoints
no setter
hashCode int
The hash code for this object.
no setterinherited
isAuthorized bool
no setter
password String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token FirestoreAccessToken
getter/setter pair

Methods

close() Future
collection(String path) CollectionReference
Gets a CollectionReference for the specified Firestore path.
document(String path) DocumentReference
Gets a DocumentReference for the specified Firestore path.
getDocumentSnapshot(String path) Future<DocumentSnapshot>
listDocumentSnapshots(String path) Future<List<DocumentSnapshot>>
login() Future
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