MCPcopy Create free account
hub / github.com/NativeScript/firebase / collectionGroup

Method collectionGroup

packages/firebase-firestore/index.ios.ts:1389–1391  ·  view source on GitHub ↗
(collectionId: string)

Source from the content-addressed store, hash-verified

1387 }
1388
1389 collectionGroup(collectionId: string): any {
1390 return Query.fromNative(this.native.collectionGroupWithID(collectionId));
1391 }
1392
1393 disableNetwork(): Promise<void> {
1394 return new Promise((resolve, reject) => {

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected