【发布时间】:2020-10-14 22:01:00
【问题描述】:
我正在尝试将我的 Flutter 应用程序链接到 firebase,并在最新版本中添加了我需要的所有插件 firebase_core、cloud_firestore 和 firebase_auth。在创建项目时,我还按照 fire base 网站中的说明添加了 Jason 文件。问题是当我运行它时,它需要很长时间才能完成运行(实际上我在添加插件后从未见过它完成运行)并且我总是得到这个错误
Plugin project :cloud_firestore_web not found. Please update settings.gradle.
Plugin project :firebase_core_web not found. Please update settings.gradle.
Plugin project :firebase_auth_web not found. Please update settings.gradle.
我尝试点击这些链接,但仍然收到此错误
【问题讨论】: