File tree 1 file changed +9
-1
lines changed 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
- # 0.7.3 (Unreleased)
1
+ # 0.7.4 (Unreleased)
2
2
- [ fixed] Fixed an issue where the first ` get() ` call made after being offline
3
3
could incorrectly return cached data without attempting to reach the backend.
4
4
- [ changed] Changed ` get() ` to only make 1 attempt to reach the backend before
5
5
returning cached data, potentially reducing delays while offline. Previously
6
6
it would make 2 attempts, to work around a backend bug.
7
7
8
+ # 0.7.3
9
+ - [ changed] Changed the internal handling for locally updated documents that
10
+ haven't yet been read back from Firestore. This can lead to slight behavior
11
+ changes and may affect the ` SnapshotMetadata.hasPendingWrites ` metadata flag.
12
+ - [ changed] Eliminated superfluous update events for locally cached documents
13
+ that are known to lag behind the server version. Instead, we buffer these
14
+ events until the client has caught up with the server.
15
+
8
16
# 0.7.2
9
17
- [ fixed] Fixed a regression that prevented use of Firestore on ReactNative's
10
18
Expo platform (#1138 ).
You can’t perform that action at this time.
0 commit comments