{ email.toString(); if(!email) { Alert.alert("please enter Email"); } e" /> { email.toString(); if(!email) { Alert.alert("please enter Email"); } e" /> { email.toString(); if(!email) { Alert.alert("please enter Email"); } e"/>

password reset email is not receiving?

21 Views Asked by At

import auth from "@react-native-firebase/auth" const Forgotpassword = (email)=>{ email.toString(); if(!email) { Alert.alert("please enter Email"); } else{ console.log(email) //return sendPasswordResetEmail(auth,email) return auth().sendPasswordResetEmail(email).then(()=>{ showToast(); }).catch((error)=>{ Alert.alert('Error:', error.message) }) } }

0

There are 0 best solutions below