FlutterプロジェクトにFirebaseを設定しています。 signInAnonymously()
メソッドを使用すると、次のエラーがスローされます。
I/BiChannelGoogleApi( 9532): [FirebaseAuth: ] getGoogleApiForMethod()
returned Gms: com.google.firebase.auth.api.internal.zzaq@41ffdb0
I/flutter ( 9532): PlatformException(FirebaseException, An internal
error has occurred. [ API key not valid. Please pass a valid API key.
], null) I/flutter ( 9532): error sign in
Firebase機能にアクセスするためのAPIキーが無効のようです。
これをお試しくださいgoogle-services.json
ファイルを作成してAndroid> appディレクトリに配置します
次に実行flutter clean
その後、アプリを再度実行します