We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc4cc5 commit 4e19ebeCopy full SHA for 4e19ebe
Firestore/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Unreleased
2
3
+- [changed] Changed how the SDK handles locally-updated documents while syncing
4
+ those updates with Cloud Firestore servers. This can lead to slight behavior
5
+ changes and may affect the `SnapshotMetadata.hasPendingWrites` metadata flag.
6
+- [changed] Eliminated superfluous update events for locally cached documents
7
+ that are known to lag behind the server version. Instead, the SDK buffers
8
+ these events until the client has caught up with the server.
9
+
10
# v0.14.0
11
- [fixed] Fixed compilation in C99 and C++11 modes without GNU extensions.
12
0 commit comments