Skip to content

Commit 59ca976

Browse files
Held Write Acks Changelog entries
As per https://firebase.google.com/support/release-notes/js
1 parent 41d6ce0 commit 59ca976

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

firebase-firestore/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
# 17.1.1
211
- [fixed] Fixed an issue where the first `get()` call made after being offline
312
could incorrectly return cached data without attempting to reach the backend.

0 commit comments

Comments
 (0)