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

Method increment

packages/firebase-firestore/index.android.ts:1128–1130  ·  view source on GitHub ↗
(n: number)

Source from the content-addressed store, hash-verified

1126 }
1127
1128 static increment(n: number): FieldValue {
1129 return FieldValue.fromNative(com.google.firebase.firestore.FieldValue.increment(n));
1130 }
1131
1132 static serverTimestamp(): FieldValue {
1133 return FieldValue.fromNative(com.google.firebase.firestore.FieldValue.serverTimestamp());

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected