How to use Firebase email address verification

前端 未结 2 1366
长发绾君心
长发绾君心 2021-01-15 06:29

There appears to be an option to confirm email address in Firebase Web SDK3, see here (put your own project id in the link), but I can\'t find documentation for how to use i

2条回答
  •  暖寄归人
    2021-01-15 07:21

    Pretty well hidden but here you go: https://firebase.google.com/docs/reference/js/firebase.User#sendEmailVerification

    Then you'll just need to check for emailVerified as part of your authentication flow.

提交回复
热议问题