Package | Description |
---|---|
com.google.cloud.firestore |
Modifier and Type | Method and Description |
---|---|
Firestore |
FirestoreOptions.DefaultFirestoreFactory.create(FirestoreOptions options) |
Firestore |
Query.getFirestore()
Gets the Firestore instance associated with this query.
|
Firestore |
DocumentReference.getFirestore() |
Modifier and Type | Method and Description |
---|---|
static AggregateQuery |
AggregateQuery.fromProto(Firestore firestore,
RunAggregationQueryRequest proto)
Returns an AggregateQuery instance that can be used to execute the provided
RunAggregationQueryRequest . |
static Query |
Query.fromProto(Firestore firestore,
RunQueryRequest proto)
Returns a Query instance that can be used to execute the provided
RunQueryRequest . |
Copyright © 2023 Google LLC. All rights reserved.