Skip to content

Commit 39a6512

Browse files
committed
Backporting reviewer suggested comments from http://cl/214509458
This is the web port of firebase/firebase-android-sdk#49
1 parent 8347840 commit 39a6512

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

packages/firestore/CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@
1313
must use the same setting for this flag.
1414
- [fixed] Fixed an issue where the first `get()` call made after being offline
1515
could incorrectly return cached data without attempting to reach the backend.
16-
- [changed] Changed `get()` to only make 1 attempt to reach the backend before
17-
returning cached data, potentially reducing delays while offline. Previously
18-
it would make 2 attempts, to work around a backend bug.
19-
- [fixed] Fixed an issue that caused us to drop empty objects from calls to
20-
`set(..., { merge: true })`.
16+
- [changed] Changed `get()` to only make one attempt to reach the backend before
17+
returning cached data, potentially reducing delays while offline.
18+
- [fixed] Fixed an issue that caused Firebase to drop empty objects from calls
19+
to `set(..., { merge: true })`.
2120
- [changed] Improved argument validation for several API methods.
2221

2322
# 0.7.3

0 commit comments

Comments
 (0)