Android Studio Assistant: No clients were able to be added to your Firebase project

后端 未结 7 657
时光取名叫无心
时光取名叫无心 2020-12-11 15:52

When using the the new (Firebase) Assistant in Android Studio to add new services I get this error:

Firebase

No clients w

7条回答
  •  悲哀的现实
    2020-12-11 16:32

    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.

提交回复
热议问题