3
votes

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.

1
Where are you getting this error?hkchakladar
"predeploy": [ "npm --prefix \"$RESOURCE_DIR\" run lint", "npm --prefix \"$RESOURCE_DIR\" run build" ]rijin
@hkchakladarOn the cloud shell, when I run the command firebase deploy.Judy T Raj

1 Answers

1
votes

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