Package | Description |
---|---|
com.google.cloud.firestore |
Modifier and Type | Method and Description |
---|---|
abstract List<DocumentChange> |
QuerySnapshot.getDocumentChanges()
Returns the list of documents that changed since the last snapshot.
|
Modifier and Type | Method and Description |
---|---|
static QuerySnapshot |
QuerySnapshot.withChanges(Query query,
Timestamp readTime,
com.google.cloud.firestore.DocumentSet documentSet,
List<DocumentChange> documentChanges)
Creates a new QuerySnapshot representing a snapshot of a Query with changed documents.
|
Copyright © 2019 Google LLC. All rights reserved.