Android app does not connect to Firebase

前端 未结 21 1869
太阳男子
太阳男子 2020-12-13 17:50

I\'m developing android app using Firebase GMS service.
I tried to follow their tutorials, i made project as they said, downloaded the json files.

But when I

21条回答
  •  轮回少年
    2020-12-13 18:17

    For me the solution is, to replace all "compile 'com.google...." to "implementation 'com.google..."

提交回复
热议问题