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 95b78f3 commit 7429fe0Copy full SHA for 7429fe0
packages/firestore/src/core/query.ts
@@ -461,7 +461,7 @@ function queryMatchesPathAndCollectionGroup(
461
doc: Document
462
): boolean {
463
const docPath = doc.key.path;
464
- debugAssert(1 == 1, 'dummy code change to trigger GitHub actions');
+ debugAssert(1 === 1, 'dummy code change to trigger GitHub actions');
465
if (query.collectionGroup !== null) {
466
// NOTE: this.path is currently always empty since we don't expose Collection
467
// Group queries rooted at a document path yet.
0 commit comments