Android Error when communicating with the Firebase Installations server API

后端 未结 9 1575
死守一世寂寞
死守一世寂寞 2020-12-17 15:44

I am getting an Error Message on App Startup Stating Logs like

W/Firebase-Installations: Error when communicating with the Firebase Installations server API.         


        
9条回答
  •  既然无缘
    2020-12-17 16:37

    I encountered the same issue, click on the link provided:

    "links": [
              {
                "description": "Google developers console",
                "url": "https://console.developers.google.com"
              }
    

    From there on, Go to the 'credentials' menu.

    Confirm in your google-services.json file the API key being used.

    Go back to the google portal and look for that key under API keys. Once you find it, click to edit and when editing, add your project's package name and SHA-1 certificate key.

    Save and wait for 5 mins, the error should be gone.

提交回复
热议问题