Home > @firebase/firestore > lite > serverTimestamp
serverTimestamp() function
Returns a sentinel used with setDoc() or updateDoc() to include a server-generated timestamp in the written data.
Signature:
export declare function serverTimestamp(): FieldValue;
Returns: