How to create firebase app for IOS

If you have not created a project for android app on firebase, follow this link to create one and than come back here.

Now

  1. Go to https://console.firebase.google.com
  2. click on the existing project where you want to add the IOS appScreen Shot 2017-05-04 at 8.07.30 PM
  3. click on Add another App link
  4. select IOSScreen Shot 2017-05-04 at 8.08.47 PM
  5. Enter you package name in ios bundle ID field which you must have received for android app in the mails from us, with below modifications
    1. replace androapp in package name by app
    2. ex. if your Android package name is mobi.androapp.mysite.c3434, enter mobi.app.mysite.c3434 here
  6. Give a name for your reference eg. XYZ IOS App in App nickname, leave app store id field blank and click on register app
  7. Click on Download GoogleService-Info.plist file and click on continue buttonScreen Shot 2017-05-04 at 8.11.57 PM
  8. Again click on Continue in the next screen
  9. And click on Finish in next screen (both 7 and 8 are done by us for you :))
  10. Open GoogleService-Info.plist file and copy GOOGLE_APP_ID field value, it will look something like this 1:934357332944:ios:8cdf192452ea68f9
  11. paste this in the Google App Id for IOS in AndroApp->Account Settings tab.

Related Post

Leave a Reply

Your email address will not be published. Required fields are marked *