Search code examples
firebasegoogle-cloud-firestore

Error: Failed to get Firebase project project-name. Please make sure the project exists and your account has permission to access it


I tried running firebase deploy like I have always done but came across this Error:

Error: Failed to get Firebase project project-name. Please make sure the project exists and your account has permission to access it.

I have run firebase login and I get 'Already logged in as [email protected]'

The firebase-debug.log file shows a few 401 http responses and some of them have the following text:

'Request had invalid authentication credentials' and also 'invalid token'

How can this be solved?


Solution

  • For me this worked,

    firebase logout

    firebase login