Android Error when communicating with the Firebase Installations server API

后端 未结 9 1596
死守一世寂寞
死守一世寂寞 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:27

    I had the same issue. Please find the following steps i followed to resolve this.

    1. Navigate to the google project and make sure your app sha1 key is configured properly.
    2. Download the google-services.json file from the project and make sure it is same as the one exists in the android project
    3. Clean the project to remove all build configurations generated previously.
    4. Build the app

提交回复
热议问题