Reputation: 46509
I've been lurking through documentation and am not able to find any notes on possibility to customize email template and password reset page that firebase sends out after this password reset function.
Ideally I would also like to use a custom email address like [email protected] when sending out emails. I assume a paid plan might be needed for this, but that's perfectly fine.
Is all or some of above achievable?
Upvotes: 4
Views: 4947
Reputation: 599641
You can customize the email template on any plan, by going to https://console.firebase.google.com/u/0/project/_/authentication/emails
Changing the domain that the mail is sent from (called white listing) is a feature that is available from the Candle plan and up.
Upvotes: 4