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 39f4635 commit 47bf854Copy full SHA for 47bf854
packages/firestore/src/local/local_store_impl.ts
@@ -872,6 +872,10 @@ export async function localStoreNotifyLocalViewChanges(
872
);
873
localStoreImpl.targetDataByTarget =
874
localStoreImpl.targetDataByTarget.insert(targetId, updatedTargetData);
875
+
876
+ // TODO(b/272564316): Apply the optimization done on other platforms.
877
+ // This is a problem for web because saving the updated targetData from
878
+ // non-primary client conflicts with what primary client saved.
879
}
880
881
0 commit comments