🦔
flutterfire configureでエラーが出る
こんなエラーが出ていろいろ試していた。
$ 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
参照した記事
Discussion