在安装Firebase后首次运行Flutter模拟器时会崩溃

时间:2019-10-02 10:14:29

标签: android firebase flutter firebase-authentication

我遵循了一个教程,该教程描述了在Windows PC上使用Android Studio在我的flutter应用程序中安装firebase_auth的过程。在按照Google Firebase的说明更改了代码并点击运行后,该应用程序崩溃并出现以下错误:

Error screenshot

我搜索了无数线程来寻找解决方案,似乎没有人遇到过这个问题。

1 个答案:

答案 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'