question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Failed to resolve firebase-ui-database and firebase-ui-auth

See original GitHub issue

I’ve tried to update my firebase-ui dependency from 0.3.1 to 0.4.0 but Gradle Sync fails to resolve dependencies.

Error:Failed to resolve: com.firebaseui:database:0.4.0
Error:Failed to resolve: com.firebaseui:auth:0.4.0

Thanks in advance.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:7
  • Comments:33 (10 by maintainers)

github_iconTop GitHub Comments

6reactions
iverccommented, May 20, 2016

Instead of adding compile 'com.firebaseui:firebase-ui:0.4.0' add compile 'com.firebaseui:firebase-ui-database:0.4.0' or compile 'com.firebaseui:firebase-ui-auth:0.4.0' or add both

2reactions
samtsterncommented, May 20, 2016

Ok I’m glad that solved your problem. For what it’s worth, com.firebaseui:firebase-ui:0.4.0 is just an empty library that declares dependencies on those libraries for convenience.

I will leave this issue open until I can figure out what’s going on with my jCenter configuration, thanks for the report!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Failed to resolve firebase-ui-auth - Stack Overflow
When I use implementation 'com.firebase.firebase-ui-auth:4.3.1' it pops up an error I even tried to change it to 3.3.1 then it shows a ...
Read more >
FirebaseUI for Android — UI Bindings for Firebase
To get started, see the individual instructions for each module: FirebaseUI Auth · FirebaseUI Firestore · FirebaseUI Database · FirebaseUI Storage. Installation.
Read more >
Index (auth 8.0.2 API) - javadoc.io
Provider for anonymous users. ANONYMOUS_UPGRADE_MERGE_CONFLICT - Static variable in class com.firebase.ui.auth.ErrorCodes. Anonymous account linking failed.
Read more >
rodgarcialima / FirebaseUI-Android Download - JitPack
In your app/build.gradle file add a dependency on one of the FirebaseUI libraries. dependencies { // FirebaseUI Database only compile 'com.firebaseui:firebase- ...
Read more >
Failed resolution of: Lcom/google/firebase/FirebaseApp ...
NoClassDefFoundError: Failed resolution of: ... Firebase UI implementation 'com.firebaseui:firebase-ui-auth:5.0.0' implementation ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found