Created
June 6, 2020 04:23
-
-
Save maail/6d972ffc60071879397980c064a0fc15 to your computer and use it in GitHub Desktop.
On user create telegram
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) => { | |
bot.telegram.sendMessage(functions.config().bot.chat, '🎉 New user joined') | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment