aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Public
diff options
context:
space:
mode:
authorGravatar zxu <zxu@google.com>2017-12-08 09:22:56 -0500
committerGravatar GitHub <noreply@github.com>2017-12-08 09:22:56 -0500
commit440014eb37be95491232ee6e519073bc2299eb90 (patch)
tree6a02a4d09cf4b1ae172de68590c0e7b0aff7aa11 /Firestore/Source/Public
parentc7bade7aba047d52201d650894fd91b198bce3ab (diff)
make FIRDocumentListenOptions.includeMetadataChanges private (#540)
* make FIRDocumentListenOptions.includeMetadataChanges private as discussed in Firestore API discussion, the name clashes creates confusion. Android SDK already not exposing the property; here change iOS SDK to match it. * update CHANGELOG
Diffstat (limited to 'Firestore/Source/Public')
-rw-r--r--Firestore/Source/Public/FIRDocumentReference.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Firestore/Source/Public/FIRDocumentReference.h b/Firestore/Source/Public/FIRDocumentReference.h
index 439e727..7fcc7a8 100644
--- a/Firestore/Source/Public/FIRDocumentReference.h
+++ b/Firestore/Source/Public/FIRDocumentReference.h
@@ -36,8 +36,6 @@ NS_SWIFT_NAME(DocumentListenOptions)
- (instancetype)init;
-@property(nonatomic, assign, readonly) BOOL includeMetadataChanges;
-
/**
* Sets the includeMetadataChanges option which controls whether metadata-only changes (i.e. only
* `FIRDocumentSnapshot.metadata` changed) should trigger snapshot events. Default is NO.