DEV Community

Discussion on: How to implement Forgot Password feature in React Native with Firebase app

Collapse
 
amanhimself profile image
Aman Mittal

Have you seen the later half of my post? I have provided screenshots that Firebase not only sends a link but also with the link a minimal UI interface to change the password as well as backend interface to change the password. I am referring to this: res.cloudinary.com/practicaldev/im...

The email to reset password is actually sent uniquely to the email id of a registered user. It is not available for anyone to access.

Collapse
 
lylest profile image
wackyizzy

Looks like I have changed the password reset email template and replaced it with my own link how can I get that link which have minimal UI

Thread Thread
 
amanhimself profile image
Aman Mittal

If you are replacing it with your link, please refer to Firebase docs about customizing or using the default UI when using Firebase.

Thread Thread
 
lylest profile image
wackyizzy

No I want to use the default one which have minimal UI how can I do that??

Thread Thread
 
amanhimself profile image
Aman Mittal

it is enabled by default. If you have changed the settings you might want to look at them again. Or search their docs.