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 14bfa67 commit 9b8f9ffCopy full SHA for 9b8f9ff
packages/firestore/CHANGELOG.md
@@ -1,9 +1,11 @@
1
-# 0.7.3 (Unreleased)
+# 0.7.4 (Unreleased)
2
- [fixed] Fixed an issue where the first `get()` call made after being offline
3
could incorrectly return cached data without attempting to reach the backend.
4
- [changed] Changed `get()` to only make 1 attempt to reach the backend before
5
returning cached data, potentially reducing delays while offline. Previously
6
it would make 2 attempts, to work around a backend bug.
7
+- [fixed] Fixed an issue that caused us to drop empty objects from a call to
8
+ `set(..., { merge: true })`.
9
10
# 0.7.2
11
- [fixed] Fixed a regression that prevented use of Firestore on ReactNative's
0 commit comments