The best way to fix this problem is to not use the manual firebase binding method with your application.
I tried to add the latest firebase repository by accessing this Link .
He showed the error "failed to resolve firebase 11.2.0 dependencies"
FireBase recommends adding firebase to your application using FireBase Assistant for Android Studio version 2.2 and higher. Manually adding the last library to the build gradle (module) results in an error, as indicated above.
The Firebase helper added lower versions 10.0.1 automatically depending on the gradle -build module, which is compatible and can be enabled.
Using the Firebase Assistant is a simple and two-step process. For reference, you can use the "Use Firebase Helper" section at the same link mentioned above.
It really worked with my Android Studio 2.3.3. Also, make sure your Google repository is up to date.
Shreevara K Aug 28 '17 at 10:10 2017-08-28 10:10
source share