AndroidプロジェクトをFirebaseに接続しようとしましたが、pubsec.yamlに以下を追加したため、このエラーが発生します。
firebase_auth: ^0.16.0
cloud_firestore: ^0.13.5
私がグラドルを実行し、それが機能していないとき
Plugin project :firebase_core_web not found. Please update settings.gradle.
Plugin project :firebase_auth_web not found. Please update settings.gradle.
Plugin project :cloud_firestore_web not found. Please update settings.gradle.
それに対する解決策はありますか
ピーターの答えに加えて、私はこの行を誤解しています。正しいのはファイルの最後です
apply plugin: 'com.google.gms.google-services'