Since it is required to use the version of FirebaseUI according to the version of Firebase / Play Services, I add:
compile 'com.google.firebase:firebase-core:10.2.1'
compile 'com.google.firebase:firebase-auth:10.2.1'
compile 'com.firebaseui:firebase-ui-auth:1.2.0'
and the only game services available for the application are:
compile 'com.google.android.gms:play-services-auth:10.2.1'
but Firebase UI libraries (1.2.0) are still dependent on versions 10.2.0 of various service libraries: https://github.com/firebase/FirebaseUI-Android .
These are the latest versions of all the dependencies, but this failed in Studio.
Need help! Thanks in advance.
source
share