Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
vslbros opened this issue Jul 17, 2016 · 15 comments
Open

Comments

@vslbros
Copy link

vslbros commented Jul 17, 2016

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
Copy link

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
Copy link
Owner

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
#4 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AJLt67sbHU7aL5pbEpMZK3Xab8Y_R4rCks5qW5CHgaJpZM4JOSgD
.

@varshneyanirudh
Copy link

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
Copy link

sanbnl commented Aug 22, 2016

Hi

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

@LiriOr
Copy link

LiriOr commented Oct 6, 2016

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

plz help

@gurusk2011
Copy link

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

@sanbnl
Copy link

sanbnl commented Oct 17, 2016

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

@sanaullahandroid
Copy link

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
Copy link

chitrey commented Jan 15, 2017

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

@ashokbugude
Copy link

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

@Leo1305Pineda
Copy link

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
Copy link

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

@ShashiRajDeveloper
Copy link

ShashiRajDeveloper commented Jan 23, 2018

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
Copy link

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
Copy link

agree with @devmike01 . check you device play services configuration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests