@google-cloud/firestore v0.9.0
- Added input validation for empty and undefined document IDs. (#32, #44)
- This prevents users from getting auto-id semantics when accidentally passing variables that are undefined.
- Removed duplicate WriteResults for server timestamps (#45)
- This is useful for WriteBatches as it allows for a 1-to-1 mapping between user input and update times.
- Added a custom toString() implementation to GeoPoints (#48)
- Added API JSON format as an additional network serialization format (#36, #41)
- This allows for tighter integration with Google Cloud Functions.
Refer to the nodejs-firestore API reference documentation for details.