Android app does not connect to Firebase

前端 未结 21 1872
太阳男子
太阳男子 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:12

    Well, you need to resolve all the gradle build issues. Go to the gradle console (usually located in the bottom right of the IDE) and check for them errors/warnings. Once your build succeeds without errors the connection to firebase should work.

提交回复
热议问题