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 2e1809d commit 1992bbaCopy full SHA for 1992bba
Firestore/CHANGELOG.md
@@ -1,8 +1,6 @@
1
# 10.19.0
2
-- [fixed] Fixed an issue in the local cache synchronization logic where all
3
- locally-cached documents that matched a resumed query would be unnecessarily
4
- re-downloaded; with the fix it now only downloads the documents that are known
5
- to be out-of-sync. (#12044)
+- [fixed] Made an optimization to the synchronization logic for resumed queries
+ to only re-download locally-cached documents that are known to be out-of-sync. (#12044)
6
7
# 10.18.0
8
- [fixed] Fix Firestore build for visionOS on Xcode 15.1. (#12023)
0 commit comments