As follows, I run firebase init hosting and it returns:
Error: Failed to list Firebase projects. See firebase-debug.log for more info.
I tried logging in and out of firebase and running:
gcloud projects add-iam-policy-binding [YOUR-CORRECT-PROJECT-ID] \
--member="user:[YOUR_EMAIL_ADDRESS]" \
--role="roles/owner"
Does anyone have a clue how to resolve this? I am running my commands in GCP Cloud Shell directly if this is relevant for the topic.