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 6b8dcf5 commit 6e2cc84Copy full SHA for 6e2cc84
firebase-firestore/src/main/java/com/google/firebase/firestore/local/LocalStore.java
@@ -617,7 +617,7 @@ public void notifyLocalViewChanges(List<LocalViewChanges> viewChanges) {
617
targetData.withLastLimboFreeSnapshotVersion(lastLimboFreeSnapshotVersion);
618
queryDataByTarget.put(targetId, updatedTargetData);
619
620
- if (shouldPersistTargetData(updatedTargetData, targetData, /*change*/ null)) {
+ if (shouldPersistTargetData(targetData, updatedTargetData, /*change*/ null)) {
621
targetCache.updateTargetData(updatedTargetData);
622
}
623
0 commit comments