Skip to content

Commit 1786210

Browse files
author
Michael Lehenbauer
committed
Add changelog for timestampsInSnapshots default change.
1 parent d26f7e1 commit 1786210

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)