79486383

Date: 2025-03-05 11:51:03
Score: 0.5
Natty:
Report link

These four keys are required to set up and initialize Firebase settings. You can find what and where by following these steps.

  1. apiKey - Inside you downloaded "google-service.json" search for

    "api_key": [{

    "current_key": "AIzaSyCVXXXXXX_T8BXDVs8Sehg_LmikE"

    }]

  2. appId - Go to firebase console -> project settings -> search for appId and copy it

  3. messagingSenderId - In your downloaded "google-service.json" file, search for project_number (this is your messagingSenderId)

  4. projectId - Same as appId, you can get this from firebase console's project settings

I hope these will help in future implementations. As this question asked long ago 😊

Anyway happy coding !🤘🏻

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Pranav Dave