Getting errors trying to add Firebase project from Android Studio

后端 未结 5 1980
旧巷少年郎
旧巷少年郎 2021-01-18 03:13

I want to add Firebase to my project via Android Studio by going to Tools > Firebase > authentication > Email and Password Authentication > Connect to Firebase. A dialog pop

5条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-18 03:38

    You should check other plugins.

    Here is an example of what was the problem in my case. The first lines in application build.gradle are:

    apply plugin: 'com.android.application'
    apply plugin: 'io.fabric'
    ... 
    

    I have missed the second line and after adding it, the same issue was resolved for me.

提交回复
热议问题