Skip to content

@google-cloud/firestore v0.10.0

Compare
Choose a tag to compare
@schmidt-sebastian schmidt-sebastian released this 16 Nov 22:41
6c1d55c

release level

  • Added retry logic to handle network failures for onSnapshot (#70, firebase/firebase-admin-node#119)
  • Added input validation:
    • update() rejects input that contains duplicate field definitions such as a.b and a (#57)
    • DocumentReferences passed to startAt(), startAfter(), endAt(), endAfter() need to be part of the query result set (#60)
    • update() validates that object keys are proper field path strings (#65)
    • update() and set() with {merge:true} no longer accept empty updates (#69)
    • FieldPath() rejects empty field names (#69)
  • Added Typescript Typings for getCollections() (#52, #62)
  • set() with {merge:true} supports field removal via Firestore.FieldValue.delete() (#69)

Refer to the nodejs-firestore API reference documentation for details.