Same Firebase Instance for iOS and Android app

前端 未结 3 1245
小蘑菇
小蘑菇 2020-12-19 03:10

I am new to android, but I have finished setting up a Firebase backend for an iOS application. Now I am starting to code the Android version which should access the same Fir

相关标签:
3条回答
  • 2020-12-19 03:46

    While in your Project Overview click the cog Wheel and select project settings, while in settings under the general tab scroll down to Your apps and click Add App. then add another environment you want.

    0 讨论(0)
  • 2020-12-19 03:52

    If you are building an android version of the app you use the same firebase project however when you are in the console you click Overview -> 'Add Another App' -> Click 'Android'

    Follow the android setup and you are all good.

    0 讨论(0)
  • 2020-12-19 03:58

    You can and you should use Same Firebase Project. So that, the database will be share between iOS and Android app.

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