Skip to content

Having trouble getting com.firebaseui:firebase-ui-firestore:3.0.0 #941

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

Closed
bagintz opened this issue Oct 3, 2017 · 13 comments · Fixed by #944
Closed

Having trouble getting com.firebaseui:firebase-ui-firestore:3.0.0 #941

bagintz opened this issue Oct 3, 2017 · 13 comments · Fixed by #944

Comments

@bagintz
Copy link

bagintz commented Oct 3, 2017

When trying to use
compile "com.firebaseui:firebase-ui:3.0.0"
I get
Error:Failed to resolve: firebaseui-android:common:unspecified

After trying to refresh gradle dependencies, I can see this too

Error:Failed to resolve: com.firebaseui:firebase-ui-firestore:3.0.0

Either way, I can't get it to work :(

@bagintz
Copy link
Author

bagintz commented Oct 3, 2017

https://jcenter.bintray.com/com/firebaseui/

Doesn't show the Firestore dir

@samtstern
Copy link
Contributor

D'oh! There are a few things here. First of all, I need to remove the dep on common from the POM.

Second, I forgot that because this is a new lib I have to get permission to add to jCenter. Should be resolved by the end of the day. For now I think this should work:

repositories {
    maven {
      url 'https://dl.bintray.com/firebaseui/firebase-ui'
    }
}

@samtstern
Copy link
Contributor

Also @bagintz we really don't recommend ever using the combined target, use -auth, -storage, etc to get just the bits you need!

@bagintz
Copy link
Author

bagintz commented Oct 3, 2017

@samtstern will do, thank you!!

@SUPERCILEX
Copy link
Collaborator

Yep, I'm on it.

@SUPERCILEX
Copy link
Collaborator

Whoops, GitHub didn't update. Closing the PR.

@bagintz
Copy link
Author

bagintz commented Oct 4, 2017

@SUPERCILEX and @samtstern I am still getting
Error:Failed to resolve: firebaseui-android:common:unspecified
with 3.0.0, both the combined target and separate

I tried both with the

repositories {
    maven {
      url 'https://dl.bintray.com/firebaseui/firebase-ui'
    }
}

and without. Any ideas?

@samtstern
Copy link
Contributor

@bagintz interestingly I see that also on my main machine where I tried to use 3.0.0 before this bug was fixed, but on a "clean" machine (and on Travis CI) I see no issues. There must be a cache we are failing to clear.

@samtstern
Copy link
Contributor

@bagintz running this from my project root seemed to fix it for me:

./gradlew --refresh-dependencies clean cleanBuildCache

@bagintz
Copy link
Author

bagintz commented Oct 4, 2017

sigh, still not working for me :(, going to try a few different things

@bagintz
Copy link
Author

bagintz commented Oct 4, 2017

@samtstern ok, finally got it, had to clear out my .gradle folders

@simmyy
Copy link

simmyy commented Oct 14, 2017

I used compile "com.google.firebaseui:firebase-ui:3.0.0" and
I'm getting
Error:Failed to resolve: com.google.firebaseui:firebase-ui:3.0.0

@samtstern
Copy link
Contributor

@simmyy it's com.firebaseui not com.google.firebaseui

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

Successfully merging a pull request may close this issue.

4 participants