Skip to content

v0.7.0

Compare
Choose a tag to compare
@firebase-ops firebase-ops released this 03 Oct 16:54
· 766 commits to master since this release
  • Added support for Firestore trigger type, with onWrite, onCreate, onUpdate, and onDelete events. e.g. exports.myFunction = functions.firestore.document('profiles/{user}').onCreate(handler)
  • Fixed bug where a function that returned “undefined” no longer issued a warning in the logs.