| Package | Description |
|---|---|
| com.google.cloud.firestore |
| Modifier and Type | Method and Description |
|---|---|
com.google.api.core.ApiFuture<QuerySnapshot> |
Query.get()
Executes the query and returns the results as QuerySnapshot.
|
com.google.api.core.ApiFuture<QuerySnapshot> |
Transaction.get(Query query)
Returns the result set from the provided query.
|
Copyright © 2017 Google. All rights reserved.