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 6364a1a commit 16305dbCopy full SHA for 16305db
packages/firestore/src/core/sync_engine_impl.ts
@@ -619,7 +619,7 @@ export async function syncEngineRejectListen(
619
let documentUpdates = new SortedMap<DocumentKey, MutableDocument>(
620
DocumentKey.comparator
621
);
622
- // TODO(mrschmidt): This limbo document should ideally have a read time,
+ // TODO(b/217189216): 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.
625
documentUpdates = documentUpdates.insert(
0 commit comments