I have been using a Firebase project in my iOS App. I now want to start using the same Firebase project for an Android App with all its database and storage.
Asked
Active
Viewed 2,692 times
3

Tamás Sengel
- 55,884
- 29
- 169
- 223

Mumtaz Hussain
- 925
- 9
- 23
-
All the apps added to a Firebase project (Android, iOS, web) all have access to the same data using the same APIs. – Doug Stevenson Sep 12 '17 at 22:01
1 Answers
8

Tamás Sengel
- 55,884
- 29
- 169
- 223
-
Is it that simple? don't we need to write any script or some kind of API to have the two apps use one database? – Mumtaz Hussain Sep 12 '17 at 21:29
-
Yes, it should be this easy. If you are uncertain about the outcome, try it with a small test app. – Tamás Sengel Sep 12 '17 at 21:30
-
-
@MumtazHussain this is correct or you could use the Android Studio assistant, in order for that to work you have to have access to the Firebase Project before (your Google account has to) https://stackoverflow.com/questions/37569460/how-to-add-collaborators-to-a-firebase-app – cutiko Sep 13 '17 at 00:41