首页 > 解决方案 > How to send OTP via email for password reset in firebase

问题描述

I'm working on a react native application using firebase for user authentication. I know that it supports sending emails for account verification and password reset, but that is sent with a link.

Is there a way to send an OTP via email, which user can enter in my app and reset the password?

标签: firebasefirebase-authentication

解决方案


无法使用 firebase 身份验证将 OTP 发送到电子邮件尝试使用电话号码。接收一次性密码


推荐阅读