Skip to content

@google-cloud/firestore v0.11.0

Compare
Choose a tag to compare
@schmidt-sebastian schmidt-sebastian released this 12 Jan 02:48
a986a6e

release level

  • [added] Query API accepts DocumentSnapshots for startAt(), startAfter(), endAt() and endBefore() (#100)
  • [changed] DocumentSnapshot.data() returns undefined for non-existing Documents. Added QueryDocumentSnapshot type that always returns document data for use in the Query API.
    (#95 ).
  • [fixed] Allow patch releases of GRPC dependency which reduces the size of node_modules (#92, #96).
  • [changed] Improved error messages for .doc() and .collection() when called with invalid paths (#90)