Two Android apps and one Firebase database
问题 I need to use one Firebase database for two Android apps. One app will have write access to database and another will have read access to database. These two apps have to be separated. I can't merge them. Can I use one Firebase database for two apps? How? Please guide step by step. I am new to Firebase. 回答1: Well from what I know you can add as many apps as you want for you'r project,just press add app on the FirebaseConsole . You can use different package name or signing key 来源: https:/