| Package | Description |
|---|---|
| com.google.cloud.firestore |
| Modifier and Type | Method and Description |
|---|---|
QueryDocumentSnapshot |
DocumentChange.getDocument()
Returns the newly added or modified document if this DocumentChange is for an updated document.
|
| Modifier and Type | Method and Description |
|---|---|
List<QueryDocumentSnapshot> |
QuerySnapshot.getDocuments()
Returns the documents in this QuerySnapshot as a List in order of the query.
|
Iterator<QueryDocumentSnapshot> |
QuerySnapshot.iterator() |
Copyright © 2018 Google. All rights reserved.