Changing firebase database

前端 未结 1 1742
误落风尘
误落风尘 2021-01-27 14:08

I have an android project which is connected to a firebase database, is there any way that I can unlink my project from current database and connect my app to a new firebase dat

1条回答
  •  离开以前
    2021-01-27 14:28

    If you meant to link your android project to a different firebase project, then of course you can.
    At the android side the "connection" is merely a json file stored at yourProject/app/google-services.json.
    You can simply replace it with another file that you may download from the settings page of your new firebase project.

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