Skip to content

Commit 9b8f9ff

Browse files
Add Changelog entry
1 parent 14bfa67 commit 9b8f9ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/firestore/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
# 0.7.3 (Unreleased)
1+
# 0.7.4 (Unreleased)
22
- [fixed] Fixed an issue where the first `get()` call made after being offline
33
could incorrectly return cached data without attempting to reach the backend.
44
- [changed] Changed `get()` to only make 1 attempt to reach the backend before
55
returning cached data, potentially reducing delays while offline. Previously
66
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 })`.
79

810
# 0.7.2
911
- [fixed] Fixed a regression that prevented use of Firestore on ReactNative's

0 commit comments

Comments
 (0)