diff --git a/.changeset/olive-dogs-play.md b/.changeset/olive-dogs-play.md new file mode 100644 index 00000000000..406c6d86417 --- /dev/null +++ b/.changeset/olive-dogs-play.md @@ -0,0 +1,7 @@ +--- +'@firebase/firestore': patch +'firebase': patch +--- + +Fixed an issue in the local cache synchronization logic where all locally-cached documents that matched a resumed query would be unnecessarily re-downloaded; with the fix it now only downloads the documents that are known to be out-of-sync. +