AleBarreto / FirebaseAndroidChat

Chat with features : Login with Google | Send Photo Camera | Send Photo Gallery | Send Location
593 stars 241 forks source link

Local module descriptor class for com.google.firebase.auth not found. #4

Open vslbros opened 8 years ago

vslbros commented 8 years ago

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

varshneyanirudh commented 8 years ago

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.

AleBarreto commented 8 years ago

Add a pull request Em 18/07/2016 10:43, "varshneyanirudh" notifications@github.com 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 .

varshneyanirudh commented 8 years ago

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

sanbnl commented 8 years ago

Hi

Have resolved this problem: Local module descriptor class for com.google.firebase.auth not found. i have the same issue !!!!!

LiriOr commented 8 years ago

does anybody solved: Local module descriptor class for com.google.firebase.auth not found. ???

plz help

gurusk2011 commented 7 years ago

anybody solved this problem???: "Local module descriptor class for com.google.firebase.auth not found." ??? please help ...

sanbnl commented 7 years ago

I have the same problem in my application but it is working correctly, this is not relevant.

sanaullahandroid commented 7 years ago

Hai Everybody,

Problem: "Local module descriptor class for com.google.firebase.auth not found." Solution : 1) First register by this method ( createUserWithEmailAndPassword(email, password) ) Not by (signInWithEmailAndPassword_(email, password))
2) Use Internet Permission in your manifest 3) Use updated version library "https://firebase.google.com/docs/android/setup" You will find in this link in bottom page.

Good luck Have Fun

chitrey commented 7 years ago

@sanaullahandroid can you please explain your first step?? I have stuck hopelessly in this problem as well :(

ashokbugude commented 7 years ago

I too have the same issue . Did anyone resolve it ?

Leo1305Pineda commented 7 years ago

1-Revisa si tu AndroidManifest.xml posee los permiso de internet:

2-En el build.gradle en mi caso tengo: compile 'com.google.firebase:firebase-core:9.4.0' compile 'com.google.firebase:firebase-auth:9.4.0' compile 'com.firebase:firebase-client-android:2.3.1' 3-Por ultimo pero no menos importante validar que el email y password posean el formato correspondiente, en mi caso particular el error W/DynamiteModule: Local module descriptor class for com.google.firebase.auth not found. fue producto de asignar un password menor de 6 caracteres.

kenny-io commented 7 years ago

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

ShashiRajDeveloper commented 6 years ago

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..

devmike01 commented 6 years ago

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.

nbarishok commented 5 years ago

agree with @devmike01 . check you device play services configuration