UNPKG

firesage

Version:

🔥 Extremely High Precision Typescript Wrapper for Firestore Web, Providing Unparalleled Type Safe and Dev Experience

6 lines (5 loc) • 286 B
import { ServerTimestamp } from '../types'; /** Returns a sentinel used with @firebase/firestore/lite#(setDoc:1) or @firebase/firestore/lite#(updateDoc:1) to include a server-generated timestamp in the written data. */ export declare const serverTimestamp: () => ServerTimestamp;