Skip to content

Commit a167c2a

Browse files
mikelehenwilhuff
authored andcommitted
Add changelog for timestampsInSnapshots default change. (#193)
1 parent 47d754f commit a167c2a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

firebase-firestore/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Unreleased
2+
- [changed] The `timestampsInSnapshotsEnabled` setting is now enabled by
3+
default so timestamp fields read from a `DocumentSnapshot` will be returned
4+
as `Timestamp` objects instead of `Date`. Any code expecting to receive a
5+
`Date` object must be updated.
26

37
# 17.1.5
48
- [changed] Firestore now recovers more quickly from bad network states.

0 commit comments

Comments
 (0)