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 7fba9fe commit 97e87c0Copy full SHA for 97e87c0
packages/firestore/CHANGELOG.md
@@ -1,4 +1,10 @@
1
# Unreleased
2
+- [changed] Changed the in-memory representation of Firestore documents to
3
+ reduce memory allocations and improve performance. Calls to
4
+ `DocumentSnapshot.getData()` and `DocumentSnapshot.toObject()` will see
5
+ the biggest improvement.
6
+
7
+# 1.10.1
8
- [fixed] Fixed an issue where the number value `-0.0` would lose its sign when
9
stored in Firestore.
10
0 commit comments