0

I'm integrating firebase to my app, but when i go to implement firebase-auth:9.0.0 i have this error:

java.lang.IncompatibleClassChangeError: Class com.google.firebase.auth.FirebaseAuth implements non-interface class com.google.android.gms.internal.zzaja (declaration of 'com.google.firebase.auth.FirebaseAuth' appears in /data/data/com.viridesoft.kiseichuu/files/instant-run/dex/slice-com.google.firebase-firebase-auth-9.0.0_9a8a00b0dd4fa0b0760eb2c17842365e25734a0b-classes.dex)

I read that this error is caused by the incompatibility between firebase-auth:9.0.0 and appcompat-v7:24.1.1.

I don't know how to solve this problem.

Edit: the problem was solved, my problem was the version of the library, i have all 9.4 but auth was 9.0

1 Answers1

0

The problem was solved, my problem was the versionS of the libraries, i had all 9.4 but auth was 9.0