Android: FirebaseUser, AuthCredential and others not found after Android Studio upgrade to 2.2 with com.google.firebase:firebase-auth:9.4.0

孤街醉人 提交于 2019-12-06 04:44:57

Currently New Version Released

com.google.firebase:firebase-core:10.2.1    Analytics
com.google.firebase:firebase-database:10.2.1    Realtime Database
com.google.firebase:firebase-storage:10.2.1 Storage
com.google.firebase:firebase-crash:10.2.1   Crash Reporting
com.google.firebase:firebase-auth:10.2.1    Authentication
com.google.firebase:firebase-messaging:10.2.1   Cloud Messaging and Notifications
com.google.firebase:firebase-config:10.2.1  Remote Config
com.google.firebase:firebase-invites:10.2.1 Invites and Dynamic Links
com.google.firebase:firebase-ads:10.2.1 AdMob
com.google.firebase:firebase-appindexing:10.2.1 App Indexing

I Hope This May Heplfull !!

First of all latest version is not 9.4.0 it's 9.6.1 secondly. I would suggest you to do a clean - rebuild.

I would suggest you to check if you are really using latest version of gradle , all plugins and then do clean - rebuild also try file - invalidate cache and restart.

This should probably solve the issue. Do let me know if this info was helpful.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!