Transferring an app to another Firebase account
@SergeyKopanev
Transfer the billing
After deleting the first user in the Firebase Console, login to your Google Cloud Platform console with your new user. Go to Billing > Account Management
Click on the three dots next to the project ID you just transferred, and select Change billing. Confirm by clicking on Set account and you are done !
Note that this is an old answer and there might be more up to date solutions below.
This is a reply received after emailing to
[email protected]
, which is the official firebase support email after gogle acquired firebase in late 2014.
From: [email protected]
In order to transfer ownership of a Firebase instance, we need you to do two things: add the new owner as a collaborator; then, fill in the form below and email it to us as written verification. This must be sent from the email address which owns the Firebase instance.
-----------------
REQUEST TO TRANSFER OWNERSHIP
I authorize the Firebase team to make **<new owner’s email>** the owner of https://**<firebase instance>**.firebaseio.com effective immediately. I have added **<new owner’s email>** as a collaborator to verify the email address is correct and to certify that I am the current owner. I understand that I am effectively granting **<new owner’s email>** full read and write access to all stored data for this instance.
-----------------
I recently shifted ownership of one of my projects to another account. All you have to do is:
- Go to your Firebase console, and select the project you want to shift.
- Select the cog icon besides the project name on top right.
- Select Permissions from the flyout.
- Select Advanced permission settings hyperlink.
- You've reached the IAM & Admin page of Firebase.
- Click on
+Add
button on top. - Enter the email ID of the account that you want to transfer the project to.
- In the dropdown, Select a role > Project > Owner. Click add
- You will receive a confirmation email. Click the link in the email to accept the invitation.
- Accept the invitation, and go to IAM & Admin page of the transferred project.
- Use remove button to delete the previous user
Hope this helps.