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

Method collection

packages/firebase-firestore/index.android.ts:1541–1543  ·  view source on GitHub ↗
(collectionPath: string)

Source from the content-addressed store, hash-verified

1539 }
1540
1541 collection(collectionPath: string): CollectionReference {
1542 return CollectionReference.fromNative(this.native.collection(collectionPath));
1543 }
1544
1545 clearPersistence(): Promise<void> {
1546 return new Promise((resolve, reject) => {

Callers

nothing calls this directly

Calls 2

collectionMethod · 0.65
fromNativeMethod · 0.45

Tested by

no test coverage detected