File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
3
+ # v1.6.1
4
+ - [ changed] Internal improvements.
5
+
3
6
# v1.6.0
4
7
- [ feature] Added an ` addSnapshotsInSyncListener() ` method to
5
8
` FIRFirestore ` that notifies you when all your snapshot listeners are
105
108
- [ changed] ** Breaking change:** The ` areTimestampsInSnapshotsEnabled ` setting
106
109
is now enabled by default. Timestamp fields that read from a
107
110
` FIRDocumentSnapshot ` will be returned as ` FIRTimestamp ` objects instead of
108
- ` NSDate ` objects. Update any code that expects to recive a ` NSDate ` object.
111
+ ` NSDate ` objects. Update any code that expects to receive an ` NSDate ` object.
109
112
See [ the reference
110
113
documentation] ( https://firebase.google.com/docs/reference/ios/firebasefirestore/api/reference/Classes/FIRFirestoreSettings#/c:objc(cs)FIRFirestoreSettings(py)timestampsInSnapshotsEnabled )
111
114
for more details.
You can’t perform that action at this time.
0 commit comments