Skip to content

Commit a8be6ed

Browse files
authored
Add a TODO (#7103)
1 parent 4fbc736 commit a8be6ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/firestore/src/local/local_store_impl.ts

Lines changed: 4 additions & 0 deletions
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)