Skip to content

Commit e8cd98f

Browse files
authored
Fix docs unnecessarily undergo limbo resolution while resuming query bug (#12044)
1 parent e193ee7 commit e8cd98f

File tree

6 files changed

+433
-39
lines changed

6 files changed

+433
-39
lines changed

Firestore/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Unreleased
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)
6+
17
# 10.18.0
28
- [fixed] Fix Firestore build for visionOS on Xcode 15.1. (#12023)
39

0 commit comments

Comments
 (0)