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

Firebase version has upgraded to 9.2.0. Please release upgraded version using 9.2.0 #208

Closed
gouravd opened this issue Jul 2, 2016 · 6 comments

Comments

@gouravd
Copy link

gouravd commented Jul 2, 2016

If i use 9.2.0 in my app, then on using Firebase-UI (which uses 9.0.2) I get the following

FATAL EXCEPTION: main
Process: XXXXXXXXX, PID: 4362
java.lang.NoSuchMethodError: No virtual method zztw()Ljava/util/Set; in class Lcom/google/android/gms/common/internal/zzg; or its super classes (declaration of 'com.google.android.gms.common.internal.zzg' appears in /data/app/XXXXXXXXX-2/base.apk)

@wscheffer
Copy link

We really need this cant use this library with play services 9.2.0

@kirtan403
Copy link

kirtan403 commented Jul 6, 2016

I don't know why, but this stackoverflow question didn't solve this issue. Please update to 9.2.0.

@samtstern
Copy link
Contributor

@gouravd while we're working on the next version, if you want to use Firebase 9.2.0 libraries with FirebaseUI-Android, try this in your build.gradle file:

android {
    // ...

    configurations.all {
        resolutionStrategy.force 'com.google.firebase:firebase-auth:9.2.0'
        resolutionStrategy.force 'com.google.android.gms:play-services-auth:9.2.0'
    }
}

I think that will resolve your issue for now.

@kirtan403
Copy link

@samtstern When is the new build coming with firebase 9.2.0 ?

@samtstern
Copy link
Contributor

@kirtan403 I just went ahead and released version 0.4.2 which should solve this issue by upgrading the underlying dependency.

@kirtan403
Copy link

@samtstern Awesome!

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

4 participants