简体   繁体   中英

Do I have to upload the same app twice to Firebase for iOS?

I recently created an Android app and connected it to Firebase. I obviously selected the Android option when connecting. The question now is: Do I have to upload the same app to Firebase again but this time selecting iOS in order to build for iOS?

You will have to create separate apps for android and iOS under the same firebase project. Each will have its own configuration file that needs to be added to the relevant project codebase. This does not mean that the resources consumed for each app is different. The apps will still be using the same instance of Firestore, RTDB and the rest of the cool stuff.

These will give you details about configuring each app. iOS & Android

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM