我正在通过self_studying使用一些入门教程来使用Firebase开发我的第一个Android应用程序。 现在,我正尝试按照以下步骤设置用户路径。
com.google.firebase:firebase-auth:19.1.0
implementation 'com.google.firebase:firebase-auth:19.1.0'
问题是当我同步项目时出现以下错误。
ERROR: Failed to resolve: com.google.firebase:firebase-auth:19.1
Show in Project Structure dialog
Affected Modules: app
有人可以帮助我解决此错误吗?
P.S。我看到了一些帖子,它们具有相同的问题,但版本不同。答案是版本更改。这就是为什么我要一个更具体的解决方案。