Android app does not connect to Firebase

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

    in build.gradle (Module.app) if you use view binding, comment it temporarily, then sync!

    /*
    viewBinding {
       enabled = true
    }
    */
    

    then connect to firebase. I use AS 4.0. please rate up if this help you, thanks!

提交回复
热议问题