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.
Where
are you getting this error? – hkchakladar