3

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.

Tamás Sengel
  • 55,884
  • 29
  • 169
  • 223
Mumtaz Hussain
  • 925
  • 9
  • 23

1 Answers1

8

Under your app's Overview menu, you should press Add another app and select Android.

side menu of application

Add another app section

menu appearing after clicking Add another app

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
  • Awesome! Thanks sir – Mumtaz Hussain Sep 12 '17 at 21:31
  • @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