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

Method collection

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

Source from the content-addressed store, hash-verified

104 path: string;
105
106 collection(collectionPath: string): ICollectionReference<T>;
107
108 delete(): Promise<void>;
109

Callers

nothing calls this directly

Implementers 1

DocumentReferencepackages/firebase-firestore/index.andr

Calls

no outgoing calls

Tested by

no test coverage detected