[go: up one dir, main page]

Skip to content

@google-cloud/firestore v0.12.0

Compare
Choose a tag to compare
@schmidt-sebastian schmidt-sebastian released this 26 Feb 21:29
7c3bdaa

release level

  • [added] Public API types support equality checks via isEqual (#140)
  • [added] Support for reading multiple documents at once in transactions via Transaction.getAll() (#125)
  • [added] Added type exports to all public classes to support instanceof checks (#123)
  • [changed] set({}, {merge:true}) is now allowed (#144)
  • [changed] Document paths can be specified as strings in the Query.where(FieldPath.documentId(), ..., ...) API (#136)
  • [changed] Better error messages for users that mix types from @google-cloud/firestore and firebase-admin (#137)