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

Method collection

packages/firebase-firestore/index.ios.ts:1373–1375  ·  view source on GitHub ↗
(collectionPath: string)

Source from the content-addressed store, hash-verified

1371 }
1372
1373 collection(collectionPath: string): CollectionReference {
1374 return CollectionReference.fromNative(this.native.collectionWithPath(collectionPath));
1375 }
1376
1377 clearPersistence(): Promise<void> {
1378 return new Promise((resolve, reject) => {

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected