firebase error W/DynamiteModule: Local module descriptor class for com.google.firebase.auth not found

后端 未结 6 2080
北恋
北恋 2021-02-20 15:32
  • I tried to build app based on login/signup accounts.
  • I created it\'s Firebase and enable the authentication through email.
  • I added the google-play-servic
相关标签:
6条回答
  • 2021-02-20 15:47

    Make sure your emulator has the Play Store.

    When you do not have Play Store installed on the emulator, this error occurs.

    0 讨论(0)
  • 2021-02-20 15:58

    This issue happened to me after changing the firebase rules. My IOS Simulator worked just fine but Android Emu did not. I fix this by wiping all data from my device in my emulator and then re-launching the EMU. Probably you dont even need to wipe data from emulated device.

    0 讨论(0)
  • 2021-02-20 16:04

    Try re sync your client with your Firebase app, and add again the .json file. In android studio 2.3 just click on tools>firebase and in the assistant check if your app is connected to.

    0 讨论(0)
  • 2021-02-20 16:05

    Check in your Firebase console that "anonymous auth" is allowed. It should solve your problem.

    Also check INTERNET permission in your manifest. It so obvious, but...

    Good Luck.

    0 讨论(0)
  • 2021-02-20 16:14

    Log into your firebase console and Enable Email/Password Sign-In_Method, it should solve the issue.

    0 讨论(0)
  • 2021-02-20 16:14

    Make sure you have to tack care of

    Internet Permission ,compile library and Enable only one Auth From firebase auth list not.

    In my case i enable 2 Authentication from list Google and Email/Password, so that is not work but after disable Google.. then its work correctly.

    I hope my answer is help you.

    0 讨论(0)
提交回复
热议问题