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

Method delete

packages/firebase-firestore/index.ios.ts:993–995  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

991 }
992
993 static delete(): FieldValue {
994 return FieldValue.fromNative(FIRFieldValue.fieldValueForDelete());
995 }
996
997 static increment(n: number): FieldValue {
998 const useDouble = n % 1 === 0;

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected