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.
2 parents a9add5e + 95b78f3 commit 298759dCopy full SHA for 298759d
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