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

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

    Can you check your Google Play Services version?

    Prerequisites :

    • An Android device running Google Play services 9.0.0 or later
    • The Google Play services SDK from the Android SDK Manager
    • Android Studio 1.5 or higher
    • An Android Studio project and its package name.

    One of the reason for this problem could be, your Sign In Method inside Firebase > Auth Dashboard might be disabled.

    EDIT

    The 10.2.1 version wasn't available for downloading from any (virtual) device that you tested, required update.

    The version of Google Play Services shown in the Extras section at the bottom of the Standalone SDK Manager has no effect on the version used by an emulator. The emulators run on system images configured to contain some particular version of Play Services, which is not always the same.

    You should confirm that you have downloaded the latest emulator images having version compatibility like version 10.2.1(latest).

提交回复
热议问题