Reputation: 2920
I am using an firebase app that sends verification and lost password emails to users.
The users get the email form
[email protected]
How can I change this email address.
Note here that I am using firebase with angularfire for the web.
Thanks
Upvotes: 1
Views: 676
Reputation: 598916
You can set the email address in the Firebase Authentication console.
Specifically:
Upvotes: 2