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

serverTimestamp

Returns a sentinel used with {@link @firebase/firestore/lite#(setDoc:1)} or {@link @firebase/firestore/lite#(updateDoc:1)} to include a server-generated timestamp in the written data.

function serverTimestamp(): FieldValue;
§
serverTimestamp(): FieldValue
[src]