Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Select the project from Firebase Console.

  • Project view Overview console will open, here we need to create three apps
    for three platforms(IOS, Android and Web), below are the respective steps to create apps for three multi platforms

    Android
    Tap on Add app plus icon and select android Android Icon, it will navigate to register android app page, copy paste this package name -> com.dwss.mgramseva package name in first field as shown in below image, after that tap on register app button, it will generate a google-services.json, successfully app was created, now close this window.

    Image RemovedImage Added


    IOS
    Tap on Add app and select IOS Icon, it will navigate to register IOS app page, copy paste this Apple bundle ID name -> com.dwss.mgramseva Apple bundle ID name in first field as shown in below image, after that tap on register app button, it will generate a googlegoogleService-services.jsonInfo.plist,successfully app was created, now close this window.



    Web
    Tap on Add app and select script tag Icon, it will navigate to register Web app page, copy paste this mgramseva name in first field as shown in below image, after that tap on register app button, it will generate html code which consists of firebase keys, successfully app was created, now close this window.

Firebase Integration in different Platforms

...

  • User need to have access to this dwss respective firebase analytics account.

  • Once you have access, navigate to the Firebase console.

  • Select mGramseva application respective project from list of projects.

  • Tap on Project over view option, there you can see all the created Apps as shown in image.

  • Beside the project overview option one gear option(settings) will be there tap on that, three option will come, from that select Project settings,

  • select general tab(by default it is selected only) their we can see all the created applications will be listed out there.as apps shown in below image.

    Image Added
  • Below are the steps for integrating the Firebase for all three platforms(IOS, Android, Web).

...

  • In general tab select the IOS App and download on the GoogleService-Info.plist as shown in below image.

    Image RemovedImage Added
  • Add this plist file to the ios app folder as shown in below image.

    Image RemovedImage Added


Integration With Web

...