From 04aed322ad3ebda9fad52645e1483fdffc4b44c5 Mon Sep 17 00:00:00 2001 From: milaGGL <107142260+milaGGL@users.noreply.github.com> Date: Mon, 20 Nov 2023 11:12:11 -0500 Subject: [PATCH] add changeset --- .changeset/olive-dogs-play.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/olive-dogs-play.md 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. +