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 13
13
must use the same setting for this flag.
14
14
- [ fixed] Fixed an issue where the first ` get() ` call made after being offline
15
15
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 }) ` .
21
20
- [ changed] Improved argument validation for several API methods.
22
21
23
22
# 0.7.3
You can’t perform that action at this time.
0 commit comments