After setting up Firebase authentication, I could use the login page but could not figure out how to signup a new user or allow user to change password. Can anyone help?
both of these functions are possible with http requests, you can take a look in firebase doc for more
https://firebase.google.com/docs/reference/rest/auth#section-create-email-password
https://firebase.google.com/docs/reference/rest/auth#section-send-password-reset-email
and many more in the same page
Hope it helps
2 Likes