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

Method delete

packages/firebase-firestore/index.android.ts:1124–1126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1122 }
1123
1124 static delete(): FieldValue {
1125 return FieldValue.fromNative(com.google.firebase.firestore.FieldValue.delete());
1126 }
1127
1128 static increment(n: number): FieldValue {
1129 return FieldValue.fromNative(com.google.firebase.firestore.FieldValue.increment(n));

Callers

nothing calls this directly

Calls 2

deleteMethod · 0.65
fromNativeMethod · 0.45

Tested by

no test coverage detected