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 d73d97c commit 749ee64Copy full SHA for 749ee64
Firestore/CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# Unreleased
2
+- [feature] Implemented an optimization in the local cache synchronization logic
3
+ that reduces the number of billed document reads when documents were deleted
4
+ on the server while the client was not actively listening to the query
5
+ (e.g. while the client was offline). (#INSERT_PR_NUMBER_HERE)
6
+
7
# 10.11.0
8
- [feature] Expose MultiDb API for public preview. (#10465)
9
- [fixed] Fixed a compilation warning related to integer casting. (#11332)
0 commit comments