-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Comments
https://jcenter.bintray.com/com/firebaseui/ Doesn't show the Firestore dir |
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'
}
} |
Also @bagintz we really don't recommend ever using the combined target, use |
@samtstern will do, thank you!! |
Yep, I'm on it. |
Whoops, GitHub didn't update. Closing the PR. |
@SUPERCILEX and @samtstern I am still getting I tried both with the
and without. Any ideas? |
@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. |
@bagintz running this from my project root seemed to fix it for me:
|
sigh, still not working for me :(, going to try a few different things |
@samtstern ok, finally got it, had to clear out my .gradle folders |
I used compile "com.google.firebaseui:firebase-ui:3.0.0" and |
@simmyy it's |
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 :(
The text was updated successfully, but these errors were encountered: