| Package | Description |
|---|---|
| com.google.cloud.firestore |
| Modifier and Type | Method and Description |
|---|---|
Firestore |
FirestoreOptions.DefaultFirestoreFactory.create(FirestoreOptions options) |
Firestore |
DocumentReference.getFirestore() |
Firestore |
Query.getFirestore()
Gets the Firestore instance associated with this query.
|
| 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 © 2022 Google LLC. All rights reserved.