Transferring an app to another Firebase account

前端 未结 8 942
再見小時候
再見小時候 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:08

    I sent an email to the support email address and a bot replied:

    ---------- Forwarded message ---------

    From: <support@firebase.com>

    To: <REDACTED>

    Transfer Ownership of Firebase Account

    Hey there,

    In order to more efficiently process your issue, we now only accept new support requests through our support portal at https://firebase.google.com/support/.

    Please submit your inquiry there. Thanks in advance!

    Cheers, Firebase Support

    To make my transfer request I created a ticket under Account Services https://firebase.google.com/support/contact/account-services/

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

    If FirebaseDatabase.instance.reference() is giving you the reference from the old database already deleted try this:

    Change the name of your "package_name": "com.old.appname" on all occurrences to be different from the old one.

    Find in folder

    • Right-click on your project folder
    • click on Find in folder option
    • search com.old.appname and change all occurrences to com.new.appname
    0 讨论(0)
  • 2020-12-02 05:10

    For projects on the new Firebase Console (at https://console.firebase.google.com), this is now a self-service process. See the answer to this question: How to add collaborators to a Firebase app? for a step-by-step guide.

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

    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 firebase-support@google.com, which is the official firebase support email after gogle acquired firebase in late 2014.

    From: firebase-support@google.com
    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.
    -----------------
    
    0 讨论(0)
  • 2020-12-02 05:11

    follow this steps : - select you project - from left side menu select

    (Users and Permissions) from settings icon

    • Click on +Add button on top.
    • Enter the email ID of the acc to transfer the project to.
    • In the dropdown, Select a role > Project > Owner. Click add
    • Check mail in the email added above.
    • Accept the invite, and go to IAM & Admin page of the transferred project.
    • Use remove button to delete the previous user
    0 讨论(0)
  • 2020-12-02 05:11

    Here from my account just add a different email as owner role

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