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

Method delete

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

Source from the content-addressed store, hash-verified

106 collection(collectionPath: string): ICollectionReference<T>;
107
108 delete(): Promise<void>;
109
110 get(options?: GetOptions): Promise<IDocumentSnapshot<T>>;
111

Callers

nothing calls this directly

Implementers 1

DocumentReferencepackages/firebase-firestore/index.andr

Calls

no outgoing calls

Tested by

no test coverage detected