Uses of Interface
com.google.cloud.firestore.Firestore
Packages that use Firestore
-
Uses of Firestore in com.google.cloud.firestore
Methods in com.google.cloud.firestore that return FirestoreModifier and TypeMethodDescriptionFirestoreOptions.DefaultFirestoreFactory.create(FirestoreOptions options) DocumentReference.getFirestore()StreamableQuery.getFirestore()Gets the Firestore instance associated with this query.Methods in com.google.cloud.firestore with parameters of type FirestoreModifier and TypeMethodDescriptionstatic AggregateQueryAggregateQuery.fromProto(Firestore firestore, RunAggregationQueryRequest proto) Returns an AggregateQuery instance that can be used to execute the providedRunAggregationQueryRequest.static QueryQuery.fromProto(Firestore firestore, RunQueryRequest proto) Returns a Query instance that can be used to execute the providedRunQueryRequest.