Is there any way to do email confirmation for Firebase user creation and/or password reset?

前端 未结 9 2210
故里飘歌
故里飘歌 2020-11-28 04:03

Question says it all. In Firebase, how do I confirm email when a user creates an account, or, for that matter, do password reset via email.

I could ask more broadly:

9条回答
  •  南方客
    南方客 (楼主)
    2020-11-28 04:57

    As noted by various others Firebase does now support account related emails but even better, as of 10 days ago or so it also supports sending any kind of email via Firebase Functions. Lots of details in the docs and example code here.

提交回复
热议问题