Last active
June 6, 2020 04:22
-
-
Save maail/e54bb81f06029c3f0027c2c43c1ab5f9 to your computer and use it in GitHub Desktop.
User Create Trigger
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
exports.onUserCreate = functions.auth.user().onCreate((user) => { | |
console.log("User created") | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment