Judy T Raj
Judy T Raj

Reputation: 1844

Firebase CLI doesn't work when deploying fucntions. Error: HTTP Error: 404, Method not found

I'm trying to follow the tutorial from here: https://firebase.google.com/docs/functions/get-started

and I'm getting the error HTTP Error: 404, Method not found. I can't find anything online about why this is happening or how to get the logs for this.

I've tried all the fixes from here, Error deploying with firebase on npm --prefix $RESOURCE_DIR run lint and none of them works for me. PS: I'm running this on Cloud Shell.

Upvotes: 3

Views: 557

Answers (1)

roman
roman

Reputation: 547

When I had the same error, I resolved it by running firebase login.

Upvotes: 1

Related Questions