Android auth firebase error: Local module descriptor class for com.google.firebase.auth not found

前端 未结 5 783
遇见更好的自我
遇见更好的自我 2020-12-06 17:48
  • I\'m trying to build an app with login/register capabilities through Firebase. I\'m working on it with a partner (he\'s on Linux, I\'m on Mac), and he\'s able to get t
5条回答
  •  执笔经年
    2020-12-06 18:33

    In my case, I was debugging the application and was missing the SHA1 Key in my firebase project configuration. If you are debugging make sure you have your SHA1 Key in place.

提交回复
热议问题