FirebaseAndroidChat icon indicating copy to clipboard operation
FirebaseAndroidChat copied to clipboard

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

Open vslbros opened this issue 8 years ago • 15 comments

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

vslbros avatar Jul 17 '16 19:07 vslbros

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.

varshneyanirudh avatar Jul 18 '16 14:07 varshneyanirudh

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 .

AleBarreto avatar Jul 18 '16 14:07 AleBarreto

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

varshneyanirudh avatar Jul 18 '16 14:07 varshneyanirudh

Hi

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

sanbnl avatar Aug 22 '16 01:08 sanbnl

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

plz help

LiriOr avatar Oct 06 '16 17:10 LiriOr

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

gurusk2011 avatar Oct 17 '16 07:10 gurusk2011

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

sanbnl avatar Oct 17 '16 10:10 sanbnl

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

sanaullahandroid avatar Nov 21 '16 14:11 sanaullahandroid

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

chitrey avatar Jan 15 '17 11:01 chitrey

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

ashokbugude avatar Feb 02 '17 10:02 ashokbugude

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.

Leo1305Pineda avatar Apr 04 '17 18:04 Leo1305Pineda

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

kenny-io avatar Aug 10 '17 01:08 kenny-io

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

ShashiRajDeveloper avatar Jan 23 '18 08:01 ShashiRajDeveloper

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.

devmike01 avatar Apr 24 '18 12:04 devmike01

agree with @devmike01 . check you device play services configuration

nbarishok avatar Jul 30 '19 18:07 nbarishok