Transferring an app to another Firebase account

前端 未结 8 943
再見小時候
再見小時候 2020-12-02 04:59

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?

Than

相关标签:
8条回答
  • 2020-12-02 05:18

    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.

    0 讨论(0)
  • 2020-12-02 05:25

    @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 !

    0 讨论(0)
提交回复
热议问题