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

前端 未结 9 2207
故里飘歌
故里飘歌 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:48

    The new Firebase SDK v3 appears to support email address verification, see here (put your own project id in the link) but it doesn't appear to be documented yet.

    I have asked the question on SO here

    See @SamQuayle's answer there with this link to the official docs.

提交回复
热议问题