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 39f4635 commit 8059088Copy full SHA for 8059088
packages/firestore/src/core/query.ts
@@ -461,6 +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');
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