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

Method delete

packages/firebase-firestore/index.ios.ts:1163–1165  ·  view source on GitHub ↗
(documentRef: DocumentReference)

Source from the content-addressed store, hash-verified

1161 }
1162
1163 delete(documentRef: DocumentReference): WriteBatch {
1164 return WriteBatch.fromNative(this.native.deleteDocument(documentRef.native));
1165 }
1166
1167 set(documentRef: DocumentReference, data: DocumentData, options?: SetOptions): WriteBatch {
1168 if (options) {

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected