This repository was archived by the owner on Mar 4, 2026. It is now read-only.
@google-cloud/firestore v0.15.2
Changed
- (#241, #244) Dropped support for Node 4.
- (#220, #226, #257) Added new
Timestamptype that support nanosecond precision.
Operations that previously returned ISO 8601 formatted Strings returnTimestamps, andTimestampscan be returned fromDocumentSnapshotsby callingfirestore.settings()with{timestampsInSnapshots: true}. - (#228) Added a new request tag to all Firestore logs, which allows us to correlate log lines from a single operation.