Skip to content

Commit 44d6a94

Browse files
authored
Changelog for v0.7.0 (#162)
1 parent e690e69 commit 44d6a94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
feature - Added support for Firestore trigger type, with onWrite, onCreate, onUpdate, and onDelete events. e.g. exports.myFunction = functions.firestore.document('profiles/{user}').onCreate(handler)
2+
fixed - Fixed bug where a function that returned “undefined” no longer issued a warning in the logs.

0 commit comments

Comments
 (0)