Android project, change Firebase Account

KlevisGjN picture KlevisGjN · Mar 2, 2017 · Viewed 23.1k times · Source

I have created an application and implemented Firebase (Auth, Analytics, Remote Config, Crash Reporting) with it.

Now i need to change the Firebase account because in my collaborator account we will implement Realtime Database with BLAZE plan. (we need more than 100 concurrent connections to db)

  1. Is it possible to use some features from my account and some from other?
  2. Is it possible to transfer current project from my account to his account?
  3. If both answers are NO :P, to create a new project on collaborator's account and connect it with application, will it be enough changing JSON generated from Firebase Console or this wont work?

Answer

Vivek Hande picture Vivek Hande · Sep 16, 2017

Follow the below steps, to switch firebase account

  1. Go to your firebase console, and select the project you want to shift

  2. Select the icon besides the project name on top right.

  3. Select Permissions from the flyout.

  4. You've reached the IAM & Admin page of firebase.

  5. Click on +Add button on top.

  6. Enter the email ID of the account to transfer the project to.

  7. In the dropdown, Select a role > Project > Owner. Click add Check mail in the email added above.

  8. Accept the invite, and go to IAM & Admin page of the transferred project.

  9. Use remove button to delete the previous user

Hope this helps.