You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Yes, the current Firebase Authentication email templates use a generic Firebase domain which can be confusing for users and doesn't match the branding of the application. This can lead to:
Misfiled as spam: Users may not see the messages if they end up being incorrectly classified.
Potential Security Concerns: Users might be less likely to recognize phishing attempts if emails don't originate from the expected domain.
Reduced trust and engagement: Users might be hesitant to click on links in emails that appear to be from an unknown sender.
Inconsistent brand experience: The email appearance doesn't align with the overall user experience of the application.
Describe the solution you'd like
I would like to see a feature that allows users to configure Firebase Authentication emails to use a custom domain. This would allow emails to be sent from the application's own domain, such as [email protected], improving trust and brand consistency.
Using a third-party email service provider: This adds complexity and increases costs.
Additional context
This feature is crucial for applications that value brand consistency and user trust. It would improve the overall user experience and make Firebase Authentication more attractive for a wider range of applications.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Yes, the current Firebase Authentication email templates use a generic Firebase domain which can be confusing for users and doesn't match the branding of the application. This can lead to:
Describe the solution you'd like
I would like to see a feature that allows users to configure Firebase Authentication emails to use a custom domain. This would allow emails to be sent from the application's own domain, such as [email protected], improving trust and brand consistency.
The ideal solution would include the following:
https://firebase.google.com/docs/auth/email-custom-domain
Alternatives include:
Using a third-party email service provider: This adds complexity and increases costs.
Additional context
This feature is crucial for applications that value brand consistency and user trust. It would improve the overall user experience and make Firebase Authentication more attractive for a wider range of applications.
The text was updated successfully, but these errors were encountered: