Versions Compared

Key

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

...

Reference Links

Firebase Analytics

Adding Members to the Firebase Console

  • Select the respective Project from the Firebase Console.

  • Beside the project overview option one gear option(settings) will be there tap on that, three option will come, from that select Users and Permissions option as show in below image

    Image Added
  • In Users and Permissions tab select the button Add member it will open a mini dialog, there enter respective user mail ID and select role as Editor as shown in below image, tap on Add member option

    Image Added
  • After Tapping on Add member it will send an firebase invitation mail to respective person, once they accepted it, they can access the firebase project.


Firebase App Creation for Multi-Platforms

  • Select the project from Firebase Console.

  • Project 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 app for multi different platforms

    Android
    Tap on Add app plus icon and select Android Icon, it will navigate to register android app page, copy paste this package name -> com.dwss.mgramseva 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 in first field as shown in below image, after that tap on register app button, it will generate a googleService-Info.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.

...

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

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

    Image RemovedImage Added


Integration With Web

...