🦔

flutterfire configureでエラーが出る

2024/08/06に公開

こんなエラーが出ていろいろ試していた。

$ flutterfire configure
⠙ Fetching available Firebase projects...
FirebaseCommandException: An error occured on the Firebase CLI when attempting to run a command.
COMMAND: firebase projects:list --json 
ERROR: Failed to list Firebase projects. See firebase-debug.log for more info.

再ログインしたらあっさり直った。

$ firebase logout
$ firebase login

参照した記事
https://zenn.dev/satton/scraps/b727a9dc14d406

Discussion