File tree 1 file changed +4
-5
lines changed 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 8
8
# v0.13.4
9
9
- [ fixed] Fixed an issue where the first ` get() ` call made after being offline
10
10
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) ` .
16
15
17
16
# v0.13.3
18
17
- [ changed] Internal improvements.
You can’t perform that action at this time.
0 commit comments