简体   繁体   中英

Firebase Phone number authentication Failed to resolve: com.google.firebase:firebase-auth:11.0.0

The firebase authentication for mobile authentication that came in yesterday when I try to add its dependency it says:

Failed to resolve: com.google.firebase:firebase-auth:11.0.0

I have already connected my project with Firebase but the problem persists.

this documentation link asks to add the dependency above. Also the realease notes link mentions the phone number authentication compatibility has been added in sdk 11.0.0

打开Android Studio转到工具-> Firebase->身份验证->电子邮件和密码身份验证->单击将Firebase身份验证添加到您的应用程序并同步gradle,这将删除错误并将依赖项添加到您的应用程序

Please Update Your SDK and Play Service. Then Try again. I hope It will work.

Update your google repository in Android Studio. The dependency will compile succcessfully

从您的应用程序级别build.gradle文件中删除Apply apply plugin: 'com.google.gms.google-services'

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM