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

落爺英雄遲暮 提交于 2019-12-05 02:19:39

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.

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

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.

Make sure your emulator has the Play Store.

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

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!