Cannot resolve symbol 'Auth' for google integration in android studio

前端 未结 8 1481
执念已碎
执念已碎 2021-01-01 12:01

i am new in androidstudio. i have done integration of google in eclipse but am having issues in studio. i am following step by step from this site : https://developers.googl

8条回答
  •  庸人自扰
    2021-01-01 12:36

    Add the dependencies for Firebase Authentication and Google Sign-In to your app-level build.gradle file:

    compile 'com.google.firebase:firebase-auth:10.0.1'
    compile 'com.google.android.gms:play-services-auth:10.0.1'
    

提交回复
热议问题