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

minimum

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

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

§Parameters

§
n: number
[src]
  • The value to compare to the existing field value.

§Return Type

§

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