Skip to content

@google-cloud/firestore v0.9.0

Compare
Choose a tag to compare
@schmidt-sebastian schmidt-sebastian released this 02 Nov 21:57
5aefc10

release level

  • 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.