Android Error when communicating with the Firebase Installations server API

后端 未结 9 1586
死守一世寂寞
死守一世寂寞 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条回答
  •  猫巷女王i
    2020-12-17 16:28

    It turned out that the issue was with the version of firebase-messaging for me, using this version in app gradle got rid of the error:

    implementation "com.google.firebase:firebase-messaging:20.1.0"
    

提交回复
热议问题