Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] Configure firebase authentication emails to use custom domain #3250

Closed
thisislawatts opened this issue Feb 1, 2024 · 1 comment

Comments

@thisislawatts
Copy link
Collaborator

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.

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.

@pizzaisdavid
Copy link
Collaborator

pizzaisdavid commented Apr 19, 2024

If I understood this ticket correctly, the goal is to send emails from custom email address.

It seems this ticket is already done, unless I misunderstood something.

Here are the emails I got from production:

Email confirmation:

Capture

Password reset:

Capture_1

The emails came from [email protected], therefore this is already done, right?

Or is the problem that it is hard-coded as that email?

@github-project-automation github-project-automation bot moved this from New / Under Discussion to Done in Community Platform Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

3 participants