Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ERROR: Failed to create project. See firebase-debug.log for more info

i Found 0 Firebase projects. ✔ Enter a project id for your new Firebase project (e.g. my-cool-project) · onoja i New Firebase project onoja created succesfully. FirebaseCommandException: An error occured on the Firebase CLI when attempting to run a command. COMMAND: firebase projects:create onoja --json ERROR: Failed to create project. See firebase-debug.log for more info.

like image 264
joseph Avatar asked Oct 19 '25 12:10

joseph


1 Answers

try

$ firebase login --reauth

if it does not work try Open terminal.

vim .zshrc

Press "i" key to activate insert mode.

add export PATH="$PATH":"$HOME/.pub-cache/bin"

Press "Esc" then write :wq in terminal and press enter to exit vim.

Reopen the terminal and check "flutterfire --version"

firebase login

flutterfire configure

if the solution above does not work try to create a project on firebase console manually, and in visual studio command flutterfire configure

like image 173
Ahmed Iftikhar Avatar answered Oct 21 '25 03:10

Ahmed Iftikhar