Open1

flutterfire configure が出来ない(firebaseプロジェクトの取得ができない)

筋肉GPT筋肉GPT
$ 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.

参照した記事
https://chaika.hatenablog.com/entry/2021/02/28/150000

まんまこれ笑
firebase-toolsをアップデートしたのが原因。
再ログインすれば解決した!

$ firebase logout
$ firebase login