How can I change the support email in my Firebase project under
Settings
> Your project
> Public settings
> Support email
?
相关问题
- adding sha1 in firebase app fails with error
- firebase storage cors strange Behaviour
- Firebase security rules difference between get() a
- LoginActivty with Firebase & Facebook authenticati
- How to add working directory to deployment in GitH
相关文章
- How can make folder with Firebase Cloud Functions
- Firestore Update a document field Using Rest API
- How to convert a FCM token to APNS token?
- App not showing Notification receiving FCM when th
- Android Studio - Get Firebase token from GetIdToke
- How to combine Firestore orderBy desc with startAf
- Remove Duplicates from an Array of GeoFire Objects
- Is it possible to test a Firebase trigger locally?
If you're okay with a Google Groups email there, it's much easier to set up:
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:
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":
Hope that helps.
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:
Add a member (with your desired email) to your Firebase project (if you already have that, skip to 4).
Accept the Firebase invitation (an email confirmation will be sent to the desired email address)
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)
Select the desired email as support email in the
General
settings tab in the Firebase Console using any member's account with sufficient permission.That setting doesn't show for all project it seems. But when I found it, hovering over the ? says:
So it looks like you'll need to:
Step 3 might not be needed, since I can also see the email addresses of team mates in my test project.