Reputation: 2432
I have some project in Android Studio 3.0 Beta 7 which uses Firebase. Now, I've registered app in Firebase Console` and when I try to connect to Firebase from Android Studio Firebase plugin, I get following error:
Firebase: No clients were able to be added to your Firebase project for the following reasons:
Here is screenshot: The reason part of message IS EMPTY and I do not know what is wrong. I am doing this for the first time and I humbly ask for understanding.
Upvotes: 0
Views: 378
Reputation: 17
@kernelPanic you should connect your application to firebase as shown in the image it seems that you haven't connected your app to firebase as in the image on the right side there is only a green tick mark that shows that you have added the dependencies of firebase but haven't connected the app.. click on the button "CONNECT TO FIREBASE" on right side.
Upvotes: 1