Failed to resolve com.google.android.gms play-services-auth:11.4.0

后端 未结 13 1698
误落风尘
误落风尘 2020-11-22 14:08

I am trying to write code for Android FirebaseUI — Auth in my android project but from last two days, I am getting errors in my current code and don\'t know how to fix it. t

13条回答
  •  眼角桃花
    2020-11-22 15:07

    From Firebase doc:

    // ADD THIS AT THE BOTTOM
    apply plugin: 'com.google.gms.google-services'
    

    Bottom position of this line not top (below apply plugin: 'com.android.application').

提交回复
热议问题