How do I change the Support Email of a Firebase Project?

时光怂恿深爱的人放手 提交于 2019-11-30 11:30:57

That setting doesn't show for all project it seems. But when I found it, hovering over the ? says:

This will be the email address presented to users when they are authenticating with Google. It can be changed to your signed-in email or an email of a Google Group managed by you.

So it looks like you'll need to:

  1. Create an email or google group (possibly on your own domain).
  2. Add it as a collaborator.
  3. Sign in as that collaborator.
  4. Select that email address.

Step 3 might not be needed, since I can also see the email addresses of team mates in my test project.

To change the support email, the email you want to use needs to be a member of your Firebase project.

If you need to add a member, you can select the Add member option.
In case you want to use a custom domain, you might have to create a new Google account for that email upon accepting the invitation confirmation email.

This will automatically redirect you to the Firebase Console with the new member signed in, but you can also select the email from another member's account.

All steps in a row:

  1. Add a member (with your desired email) to your Firebase project (if you already have that, skip to 4).

  2. Accept the Firebase invitation (an email confirmation will be sent to the desired email address)

  3. Create a Google account for that email (this is an automated process and if that has already been done, you will automatically be redirected to the Firebase Console)

  4. Select the desired email as support email in the General settings tab in the Firebase Console using any member's account with sufficient permission.

If you're okay with a Google Groups email there, it's much easier to set up:

  1. Go to Google Groups and create a new group there, with you as an owner.
  2. Refresh that page and choose the group.

That's it, and there's no need to create or change your account.

I faced the same problem. I bought a domain name and I want to change the noreply@your-project.firebaseapp.com for noreply@my-domain.com. I followed the next intuitives steps:

  • Go to "Authentification" > "Models" > "Email validation" (sorry my firebase service is in french):

  • Click on the pencil
  • Click on "personnalize the domain"
  • And then I just followed steps indicated (enter your domain, add DNS entries in your domain service)
  • A message at the end will appears and say something like "48 hours may be required to validate your domain".

Ok, let's wait. After 48 hours of waiting, nothing has changed, I still can't custom the email address.

I finally found a solution. Go to "Connection mode":

  • At the bottom of the page, click on "Add a domain" and add your domain (this was the missing step).
  • Now you can go back to "Authentification" > "Models" > "Email validation" and change the initial firebaseapp email !

Hope that helps.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!