Transferring an app to another Firebase account

patrickkidd picture patrickkidd · Jul 11, 2014 · Viewed 57.3k times · Source

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!

Answer

chetan92 picture chetan92 · Sep 16, 2016

I recently shifted ownership of one of my projects to another account. All you have to do is:

  1. Go to your Firebase console, and select the project you want to shift.
  2. Select the cog icon besides the project name on top right.
  3. Select Permissions from the flyout.
  4. Select Advanced permission settings hyperlink.
  5. You've reached the IAM & Admin page of Firebase.
  6. Click on +Add button on top.
  7. Enter the email ID of the account that you want to transfer the project to.
  8. In the dropdown, Select a role > Project > Owner. Click add
  9. You will receive a confirmation email. Click the link in the email to accept the invitation.
  10. Accept the invitation, and go to IAM & Admin page of the transferred project.
  11. Use remove button to delete the previous user

Hope this helps.