We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d754f commit a167c2aCopy full SHA for a167c2a
firebase-firestore/CHANGELOG.md
@@ -1,4 +1,8 @@
1
# 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.
6
7
# 17.1.5
8
- [changed] Firestore now recovers more quickly from bad network states.
0 commit comments