Skip to content

Commit 6364a1a

Browse files
Add comment
1 parent 97ea867 commit 6364a1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/firestore/src/core/sync_engine_impl.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,9 @@ export async function syncEngineRejectListen(
619619
let documentUpdates = new SortedMap<DocumentKey, MutableDocument>(
620620
DocumentKey.comparator
621621
);
622+
// TODO(mrschmidt): This limbo document should ideally have a read time,
623+
// so that it is picked up by any read-time based scans. The backend,
624+
// however, does not send a read time for target removals.
622625
documentUpdates = documentUpdates.insert(
623626
limboKey,
624627
MutableDocument.newNoDocument(limboKey, SnapshotVersion.min())

0 commit comments

Comments
 (0)