我遵循了一个教程,该教程描述了在Windows PC上使用Android Studio在我的flutter应用程序中安装firebase_auth
的过程。在按照Google Firebase的说明更改了代码并点击运行后,该应用程序崩溃并出现以下错误:
我搜索了无数线程来寻找解决方案,似乎没有人遇到过这个问题。
答案 0 :(得分:0)
您是否已将配置添加到gradle?
dependencies {
// Add the google services classpath
classpath 'com.google.gms:google-services:4.3.0'
}
和
apply plugin: 'com.google.gms.google-services'