Uses of Class
com.google.cloud.firestore.DocumentChange
Packages that use DocumentChange
-
Uses of DocumentChange in com.google.cloud.firestore
Methods in com.google.cloud.firestore that return types with arguments of type DocumentChangeModifier and TypeMethodDescriptionabstract List<DocumentChange>QuerySnapshot.getDocumentChanges()Returns the list of documents that changed since the last snapshot.Method parameters in com.google.cloud.firestore with type arguments of type DocumentChangeModifier and TypeMethodDescriptionstatic QuerySnapshotQuerySnapshot.withChanges(Query query, com.google.cloud.Timestamp readTime, com.google.cloud.firestore.DocumentSet documentSet, List<DocumentChange> documentChanges) Creates a new QuerySnapshot representing a snapshot of a Query with changed documents.