So I am newbie, and I was trying to implement the Email/Password Authentication using Firebase 9.0.0 So the activity perform either the register operation or the login opera
Make sure the password you're putting is not less than 6 characters! :)
I forget this auth=FirebaseAuth.getInstance();
It gave me same error and after adding these code helped get rid of from that error.
Alfonso from the Firebase team.
You can ignore the error E/DynamiteModule: Failed to load module descriptor class: Didn't find class "com.google.android.gms.dynamite.descriptors.com.google.firebase.auth.ModuleDescriptor"
: unfortunately there is a bug in Play Services where this is logged as E/ rather than debug. We will deploy the fix on the next release.
This should not affect the behavior of your application, if you have an issue, look for the cause somewhere else.
This happens when you do not instantiate your current user just write
FirebaseAuth.getInstance();