Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Started using the new Firebase website and I am getting this error while testing the Android Authentication sample program

I am not able to connect my app with my firebase database and it is giving me this error while trying to sign up or sign in. Please help me to fix this, I have installed

Google play services : 30 Google repository Android support repository SDK tools 25.1.6

05-20 09:36:07.325 13979-13995/com.android.reactions.firebaseapp E/DynamiteModule: Failed to load module descriptor class: Didn't find class "com.google.android.gms.dynamite.descriptors.com.google.firebase.auth.ModuleDescriptor" on path: DexPathList[dexElements=[zip file "/data/app/com.android.reactions.firebaseapp-1.apk"],nativeLibraryDirectories=[/data/app-lib/com.android.reactions.firebaseapp-1, /vendor/lib, /system/lib]]

like image 797
RV NAMB Avatar asked May 20 '16 04:05

RV NAMB


1 Answers

Alfonso from the Firebase team here. You can ignore the log E/DynamiteModule: Failed to load module descriptor class: Didn't find class "com.google.android.gms.dynamite.descriptors.com.google.firebase.auth.ModuleDescriptor" as a debug statement (due to a bug on play services we incorrectly log it as error) that does not explain the issue that you are having.

There may be an issue in other part of your code. Mind sharing more logs or a snippet of your code?

like image 166
Alfonso Gomez Jordana Manas Avatar answered Nov 04 '22 00:11

Alfonso Gomez Jordana Manas