Cannot resolve symbol default_web_client_id in Firebase's Android Codelab

前端 未结 19 1400
说谎
说谎 2021-02-01 05:18

I am trying to learn Firebase, so I went through the Android Codelab. The project they gave me however, had an error:

Cannot resolve symbol default_web_cl

19条回答
  •  故里飘歌
    2021-02-01 06:10

    After a time searching the "smart" fix without insert directly the client_id, following this answer from FirebaseUI project I just need to add the next line in app/build.gradle:

    implementation 'com.firebaseui:firebase-ui-auth:4.3.2'
    

提交回复
热议问题