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

Method delete

packages/firebase-firestore/index.android.ts:1304–1306  ·  view source on GitHub ↗
(documentRef: DocumentReference)

Source from the content-addressed store, hash-verified

1302 }
1303
1304 delete(documentRef: DocumentReference) {
1305 return WriteBatch.fromNative(this.native.delete(documentRef.native));
1306 }
1307
1308 set(documentRef: DocumentReference, data: DocumentData, options?: SetOptions): WriteBatch {
1309 if (options) {

Callers

nothing calls this directly

Calls 2

deleteMethod · 0.65
fromNativeMethod · 0.45

Tested by

no test coverage detected