We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d6ce0 commit 59ca976Copy full SHA for 59ca976
firebase-firestore/CHANGELOG.md
@@ -1,3 +1,12 @@
1
+# Unreleased
2
+- [changed] Changed the internal handling for locally updated documents that
3
+ haven't yet been read back from Cloud Firestore. This can lead to slight
4
+ behavior changes and may affect the `SnapshotMetadata.hasPendingWrites()`
5
+ metadata flag.
6
+- [changed] Eliminated superfluous update events for locally cached documents
7
+ that are known to lag behind the server version. Instead, we buffer these
8
+ events until the client has caught up with the server.
9
+
10
# 17.1.1
11
- [fixed] Fixed an issue where the first `get()` call made after being offline
12
could incorrectly return cached data without attempting to reach the backend.
0 commit comments