Skip to content

Commit 43aa45e

Browse files
committed
Backporting reviewer suggested comments from http://cl/214509458
This is the iOS port of firebase/firebase-android-sdk#49
1 parent 1687ccf commit 43aa45e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Firestore/CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@
88
# v0.13.4
99
- [fixed] Fixed an issue where the first `get()` call made after being offline
1010
could incorrectly return cached data without attempting to reach the backend.
11-
- [changed] Changed `get()` to only make 1 attempt to reach the backend before
12-
returning cached data, potentially reducing delays while offline. Previously
13-
it would make 2 attempts, to work around a backend bug.
14-
- [fixed] Fixed an issue that caused us to drop empty objects from calls to
15-
`setData(..., merge:true)`.
11+
- [changed] Changed `get()` to only make one attempt to reach the backend before
12+
returning cached data, potentially reducing delays while offline.
13+
- [fixed] Fixed an issue that caused Firebase to drop empty objects from calls
14+
to `setData(..., merge:true)`.
1615

1716
# v0.13.3
1817
- [changed] Internal improvements.

0 commit comments

Comments
 (0)