aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Core/FSTView.h
diff options
context:
space:
mode:
authorGravatar Greg Soltis <gsoltis@google.com>2018-04-20 13:33:54 -0700
committerGravatar GitHub <noreply@github.com>2018-04-20 13:33:54 -0700
commit11b6c014fb8799b8eff1acf795e7d4c366ea029e (patch)
tree29f19e55a6e4aa9fa4749eca76b30f74a3ec6234 /Firestore/Source/Core/FSTView.h
parenteed6e194ba04eb277e3a596f3d4d1c8e4ea6185c (diff)
Filter out document updates from target association changes (#1122)
* Filter out document updates from target association changes * Move remote-event-modifying methods onto remote event * Style
Diffstat (limited to 'Firestore/Source/Core/FSTView.h')
-rw-r--r--Firestore/Source/Core/FSTView.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Firestore/Source/Core/FSTView.h b/Firestore/Source/Core/FSTView.h
index 38f57fc..431b863 100644
--- a/Firestore/Source/Core/FSTView.h
+++ b/Firestore/Source/Core/FSTView.h
@@ -148,6 +148,12 @@ typedef NS_ENUM(NSInteger, FSTLimboDocumentChangeType) {
*/
- (FSTViewChange *)applyChangedOnlineState:(FSTOnlineState)onlineState;
+/**
+ * The set of remote documents that the server has told us belongs to the target associated with
+ * this view.
+ */
+@property(nonatomic, strong, readonly) FSTDocumentKeySet *syncedDocuments;
+
@end
NS_ASSUME_NONNULL_END