Skip to content

v3.6.2

Compare
Choose a tag to compare
@google-oss-bot google-oss-bot released this 28 May 17:29
· 400 commits to master since this release
  • Pin @types/express version to 4.17.3 to fix type definition issue (Issue #685).
  • Firestore onCreate, onUpdate, and onDelete now receive a QueryDocumentSnapshot instead of DocumentSnapshot, which guarantees that data is not undefined (Issue #659).
  • Modify return type of DataSnapshot.forEach to boolean | void match firebase-admin SDK.