Is there any functionality in the Simple Email API for resetting a forgotten password? From what I can tell the current changePassword function requires the existing password to be known. Am I mistaken and, if not, what is the recommended way to handle a forgotten password? --
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To post to this group, send email to fireba...@googlegroups.com.
That would be a wonderful option.
I have a question about the approach though. If it would not require us to manage the email communication, then what would the domain name that would be shown on the email sent?
Also, about email/password option -Do you plan to extend this so that additional user information could be stored along with the userID, user email?
As per my understanding, using
authClient.login('password', email, password, function(error, token, user) {if (!error) { // You can now do firebase operations as an authenticated user..}});
the `user` variable contains only user id and user email. Would be possible to extend it such that user's first name / last name, DOB, etc. could be stored as well?
For now, for every user I created a child at `/users`, and store that information using userID as the key.
Thanks.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to a topic in the Google Groups "Firebase Google Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/firebase-talk/NgrLm8-5tZA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to firebase-tal...@googlegroups.com.