Search code examples
emailfirebasefirebase-securityfirebase-authenticationfirebasesimplelogin

Custom firebase reset password email and landing page


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?


Solution

  • 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.