Skip to content

v0.7.3

Compare
Choose a tag to compare
@firebase-ops firebase-ops released this 10 Nov 18:50
· 751 commits to master since this release
  • Added support for specifying which of the project's database instances should trigger a function. If not specified, function will be triggered by the default database. E.g. exports.myFunction = functions.database.instance('my-app-db-2').ref('/foo/bar').onCreate(handler)