Transferring an app to another Firebase account

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

    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

提交回复
热议问题