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

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

提交回复
热议问题