Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

increment

Returns a special value that can be used with {@link @firebase/firestore/lite#(setDoc:1)} or {@link

function increment(n: number): FieldValue;
§
increment(n: number): FieldValue
[src]

§Parameters

§
n: number
[src]
  • The value to increment by.

§Return Type

§

The FieldValue sentinel for use in a call to setDoc() or updateDoc()