简体   繁体   中英

How to send a reset password email to user registered email in react native firebase?

i am using react native firebase in android and want to send forget or reset password email on registered email.Kindly someone share the code of reset password screen and email verification code in react native

passwordReset: email => {
  return firebase.auth().sendPasswordResetEmail(email)
},

For more details you can check...

https://heartbeat.comet.ml/how-to-implement-forgot-password-feature-in-react-native-and-firebase-app-890b572d9759

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM