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

Method collection

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

Source from the content-addressed store, hash-verified

221 clearPersistence(): Promise<void>;
222
223 collection(collectionPath: string): ICollectionReference;
224
225 collectionGroup<T extends DocumentData = DocumentData>(collectionId: string): IQuery<T>;
226

Callers 5

collectionMethod · 0.65
collectionMethod · 0.65
issue_51Method · 0.65
initMethod · 0.65
invalid_field_pathMethod · 0.65

Implementers 3

Firestorepackages/firebase-firestore/index.andr
Firestorepackages/firebase-firestore/index.ios.
Firestorepackages/firebase-firestore/index.d.ts

Calls

no outgoing calls

Tested by

no test coverage detected