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

前端 未结 5 809
遇见更好的自我
遇见更好的自我 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:19

    Option 1: Go to Firebase Console < Authentication < SIGN-IN METHOD, and see if you are using it in the Anonymous state. If you are, disable that and enable Email/Password or whichever login method you are using.

    Option 2: Check if the device you are testing with is running Google Play Services 9.0.0 or later.

提交回复
热议问题