Coding⏱️ 2 min read📅 2026-05-31

How to Fix: How do I solve: Error: Failed to list Firebase projects. See firebase-debug.log for more info

Quick Answer: Check if you have the correct Firebase CLI version installed. Try updating it by running $ npm install -g firebase-tools@latest.

The error 'Failed to list Firebase projects' can be frustrating when you're trying to initialize a new project in your Angular app. However, the solution lies in understanding what's causing this issue and how to resolve it.

🔍 Why This Happens

  • One common cause of this error is that your Firebase account has not been verified or the account is locked due to too many login attempts.

🚀 How to Resolve This Issue

Method 1: Check Account Status

  1. Step 1: Go to the Firebase Console and sign in with your account.

Method 2: Verify Account

  1. Step 1: Navigate to the 'Account' section in the Firebase Console and click on 'Verify phone number.'

Method 3: Reset Account Lockout

  1. Step 1: Go to the Firebase Console and click on 'Account' then select 'Reset account lockout.'

✨ Wrapping Up

By following these steps, you should be able to resolve the 'Failed to list Firebase projects' error and get back to initializing your new project.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions