Firestore Timestamp Formatter (v1.0.4) converts Firestore Timestamp objects to JavaScript Date objects automatically using Firestore's withConverter method. It eliminates the need for manual toDate() calls on each document field. The package is simple, focusing solely on timestamp conversion, and is compatible with any Firestore client library. It operates exclusively in the browser or Node.js environments that support Firestore.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
The package exports a default converter object. Use ESM import as shown.
The default export is the object itself; there is no named export. Using curly braces will result in undefined.
The package does not ship TypeScript definitions. You may need to declare a module or use @types if available.
Fetch a Firestore document with automatic timestamp-to-Date conversion using withConverter.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.