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

Error Failed to resolve: com.google.firebase:firebase-auth:9.0.0 #3

Closed
wanclem opened this issue May 19, 2016 · 1 comment
Closed

Comments

@wanclem
Copy link

wanclem commented May 19, 2016

Help.I need to migrate my code base.Am so madly in love with the new firebase features.I followed all the instructions by altering all my build.gradle files in android studio just to start using the new features but this is what I keep getting...Error Failed to resolve: com.google.firebase:firebase-auth:9.0.0,Error Failed to resolve: com.google.firebase:firebase-database:9.0.0.Please help..Thanks

@samtstern
Copy link
Contributor

The 9.0.0 versions of the com.google.android.gms:* and com.google.firebase:* packages were just released in the SDK manager so it's likely you just need to update.

In Android Studio:

  • Click Tools > Android > SDK Manager
  • Click into the SDK Tools tab
  • Select and install Google Play Services (rev 30) and Google Repository (rev 26). See the image below.
  • Sync and Build your project.

enter image description here

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

2 participants