1

My android studio is unable to sync my project. I get this error:

Error:(26, 13) Failed to resolve: com.google.firebase:firebase-auth:9.2.1

What should I do?

FirstOne
  • 6,033
  • 7
  • 26
  • 45
  • See this http://stackoverflow.com/questions/37382907/failed-to-resolve-com-google-firebasefirebase-auth9-0-0 – Vinoth Vino Jul 16 '16 at 15:13
  • 2
    Possible duplicate of [Failed to resolve: com.google.firebase:firebase-core:9.0.0](http://stackoverflow.com/questions/37310188/failed-to-resolve-com-google-firebasefirebase-core9-0-0) – Idan Jul 16 '16 at 15:18

2 Answers2

0

Switch this to: com.google.firebase:firebase-auth:9.0.2

Booger
  • 18,579
  • 7
  • 55
  • 72
0

Update your Google repositories in the Android SDK. That solved it for me

Rage
  • 673
  • 2
  • 6
  • 8