Cannot resolve symbol default_web_client_id in Firebase's Android Codelab

前端 未结 19 1596
说谎
说谎 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:11

    In addition to the Dexto's Answer I would like to mention one more thing In the JSON file you will get two kind of client id

    One Which is having client_type value 1 and Another with the client_type value 3 Make sure you specified the client_id of client_type which has value of 3

提交回复
热议问题