FirebaseAndroidChat
FirebaseAndroidChat copied to clipboard
Local module descriptor class for com.google.firebase.auth not found.
I get the following errors
07-18 00:21:19.849 10083-10098/alessandro.firebaseandroid W/DynamiteModule: Local module descriptor class for com.google.firebase.auth not found. 07-18 00:23:39.641 10083-10083/alessandro.firebaseandroid D/AutoManageHelper: onStart true {0=com.google.android.gms.internal.zzpp$zza@ea2b4a8} 07-18 00:23:43.728 10083-10083/alessandro.firebaseandroid E/LoginActivity: Google Sign In failed. 07-18 00:23:52.770 10083-12390/alessandro.firebaseandroid I/FA: Tag Manager is not found and thus will not be used
Hi You just need to update the build.gradle files,or just copy from the library from the github not from outside .Basically all firebase related and google related should be 9.2.0 and above not 9.0.2.
Add a pull request Em 18/07/2016 10:43, "varshneyanirudh" [email protected] escreveu:
Hi You just need to update the build.gradle files,or just copy from the library from the github not from outside .Basically all firebase related and google related should be 9.2.0 and above not 9.0.2.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/AleBarreto/FirebaseAndroidChat/issues/4#issuecomment-233348722, or mute the thread https://github.com/notifications/unsubscribe-auth/AJLt67sbHU7aL5pbEpMZK3Xab8Y_R4rCks5qW5CHgaJpZM4JOSgD .
Hi Its a great library .i Just want to know like in this how can i implement in a way so that only two person can talk right now its like a group chat
Hi
Have resolved this problem: Local module descriptor class for com.google.firebase.auth not found. i have the same issue !!!!!
does anybody solved: Local module descriptor class for com.google.firebase.auth not found. ???
plz help
anybody solved this problem???: "Local module descriptor class for com.google.firebase.auth not found." ??? please help ...
I have the same problem in my application but it is working correctly, this is not relevant.
Hai Everybody,
Problem: "Local module descriptor class for com.google.firebase.auth not found." Solution :
- First register by this method ( createUserWithEmailAndPassword(email, password) ) ** Not by (signInWithEmailAndPassword_**(email, password))
- Use Internet Permission in your manifest
- Use updated version library "https://firebase.google.com/docs/android/setup" You will find in this link in bottom page.
Good luck Have Fun
@sanaullahandroid can you please explain your first step?? I have stuck hopelessly in this problem as well :(
I too have the same issue . Did anyone resolve it ?
1-Revisa si tu AndroidManifest.xml posee los permiso de internet:
Log into your firebase console and Enable Email/Password Sign-In_Method, it should solve the issue.
Hi Everyone,
i m using these library:- compile 'com.google.firebase:firebase-database:11.0.4' compile 'com.google.firebase:firebase-auth:11.0.4' compile 'com.google.firebase:firebase-core:11.0.4' compile 'com.google.android.gms:play-services-auth:11.0.4' compile 'com.google.firebase:firebase-messaging:11.0.4' Internet permission will appear in manifest file,but still these line error and app forground app could found notification W/DynamiteModule: Local module descriptor class for com.google.firebase.auth not found.
Please Help..
This issue is often cause by outdated Google Play service. You can confirm this by searching for GooglePlayServicesUtil
in your VERBOSE Logcat. To solve it, simply update your emulator's Google play service to the latest version.
agree with @devmike01 . check you device play services configuration