Skip to content

Commit

Permalink
Changelog for v0.7.3 (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenzlong authored Nov 10, 2017
1 parent 8d3b38f commit 0619dc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
feature - 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)

0 comments on commit 0619dc8

Please sign in to comment.