When using the the new (Firebase) Assistant in Android Studio to add new services I get this error:
Firebase
No clients w
Solution for this problem:
1.- Delete you Firebase proyect
2.- Change Android to Project and Delete JSON File
3.- In App Gradle delete...
apply plugin: 'com.google.gms.google-services'
and sync project
4.- In Android Studio Go to -> Tools -> Firebase and open the asistant.
5.- Create new Firebase database and follow the asistant steps.
This steps keep off to the problem.