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 384608c commit 67305eaCopy full SHA for 67305ea
packages/firestore/test/integration/api/query.test.ts
@@ -2114,7 +2114,7 @@ apiDescribe('Queries', (persistence: boolean) => {
2114
// Verify that upon resuming the query that Watch sent an existence
2115
// filter that included a bloom filter, and that that bloom filter
2116
// was successfully used to avoid a full requery.
2117
- // TODO(b/NNNNNNNN) Replace this "if" condition with !USE_EMULATOR
+ // TODO(b/271949433) Replace this "if" condition with !USE_EMULATOR
2118
// once the feature has been deployed to production. Note that there
2119
// are no plans to implement the bloom filter in the existence filter
2120
// responses sent from the Firestore emulator.
0 commit comments