DEV
[Firebase] ERROR: Failed to create project. See firebase-debug.log for more info.
2024. 4. 30.
상황
flutterfire configure시 다음과 같은 에러 나시는 분은
ERROR: Failed to create project. See firebase-debug.log for more info.
-> 브라우저 파이어베이스 사이트에서 아무 프로젝트 이름으로 한번 만드신 후 다시 터미널 CLI에서 진행하시면 됩니다.
가입 후 처음 만들 때 동의해야 하는 부분들 때문에 CLI에서 failed to create project 에러가 나는거더라고요.
(나의 상황) firebase가 이미 로그인 된 경우
로그아웃 했다가 로그인 했더니 해결됨. 재로그인 시 동의를 얻는 부분들이 있었음.
$ firebase login
i Firebase optionally collects CLI usage and error reporting information to help improve our products. Data is collected in accordance with Google's privacy policy (https://policies.google.com/privacy) and is not used to identify you.
? Allow Firebase to collect CLI usage and error reporting information? (Y/n)
$ firebase projects:
list
✔ Preparing the list of your Firebase projects
┌──────────────────────┬────────────────────┬────────────────┬──────────────────────┐
│ Project Display Name │ Project ID │ Project Number │ Resource Location ID │
├──────────────────────┼────────────────────┼────────────────┼──────────────────────┤
│ retertr │ ttttttt-c8f50 │ 0000000000000 │ asia-northeast3 │
├──────────────────────┼────────────────────┼────────────────┼──────────────────────┤
│ retertr │ ttttttt-66e56 │ 000000000000 │ us-central │
├──────────────────────┼────────────────────┼────────────────┼──────────────────────┤
│ test │ tttt-b6ec5 │ 000000000000 │ us-central │
├──────────────────────┼────────────────────┼────────────────┼──────────────────────┤
│ test-testttt │ tttttt-ttttt-3f26b │ 000000000000 │ [Not specified] │
└──────────────────────┴────────────────────┴────────────────┴──────────────────────┘
4 project(s) total.