3

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.

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
Judy T Raj
  • 1,755
  • 3
  • 27
  • 41

1 Answers1

1

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

dbc
  • 104,963
  • 20
  • 228
  • 340
roman
  • 537
  • 2
  • 5
  • I edited your question a bit to make it clear this was an answer, not a related question. Answers that start off with *I had the same error.* tend to get flagged as non-answers. If my change was in error, feel free to revert. – dbc Mar 19 '19 at 19:19