Open1
flutterfire configure が出来ない(firebaseプロジェクトの取得ができない)
$ flutterfire configure
i Found 0 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-toolsをアップデートしたのが原因。
再ログインすれば解決した!
$ firebase logout
$ firebase login