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

后端 未结 6 2082
北恋
北恋 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 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.

提交回复
热议问题