Transferring an app to another Firebase account

firebase

Solution

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

Problem

I have a few apps under my personal firebase account for testing, but now need to transfer an app to a client's account for billing purposes. Is this possible? Thanks!

Original source

Related problems