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