Skip to content

Commit 930ca10

Browse files
wu-huichuanr
authored and
chuanr
committed
Add a TODO (#7103)
1 parent 2bb1e80 commit 930ca10

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/firestore/src/local/local_store_impl.ts

+4
Original file line numberDiff line numberDiff line change
@@ -875,6 +875,10 @@ export async function localStoreNotifyLocalViewChanges(
875875
);
876876
localStoreImpl.targetDataByTarget =
877877
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.
878882
}
879883
}
880884
}

0 commit comments

Comments
 (0)