多个Android应用程序能否访问相同的Firebase数据库?

问题描述:

多个android应用程序是否可以访问一个firebase后端。如果没有这种情况下的替代方案?

Is it possible for multiple android applications to access a single firebase backend. If no what is the alternative in such situation?

是的,这是可能的。转到您的Firebase控制台。选择首页标签。点击添加应用程序。选择添加Firebase到您的Android应用程序。提供包名称的必要细节。下载最新的配置文件,并将其添加到所有连接到此Firebase项目的Android应用程序。

Yes, it is possible. Go to your firebase console. Select home tab. Click on Add App. Select Add firebase to your Android App. Provide the necessary details for the package name. Download the latest config file and add it to all the android apps connected to this firebase project.