| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ListenerRegistration |
Query.addSnapshotListener(EventListener<QuerySnapshot> listener)
Starts listening to this query.
|
ListenerRegistration |
Query.addSnapshotListener(Executor executor,
EventListener<QuerySnapshot> listener)
Starts listening to this query.
|
Copyright © 2018 Google. All rights reserved.