Firebase – how to add com.google.gms:google-services:4.3.14 in my android project?
When I read this doc: https://developers.google.com/android/guides/google-services-plugin they say : As part of enabling Google APIs or Firebase services in your Android application you may have to add the google-services plugin to your build.gradle file: dependencies { classpath 'com.google.gms:google-services:4.3.14' // ...…