Skip to content

Instantly share code, notes, and snippets.

@maail
Last active June 6, 2020 04:22
Show Gist options
  • Save maail/e54bb81f06029c3f0027c2c43c1ab5f9 to your computer and use it in GitHub Desktop.
Save maail/e54bb81f06029c3f0027c2c43c1ab5f9 to your computer and use it in GitHub Desktop.
User Create Trigger
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