At the command line...
When I run firebase deploy
, I get the following error:
Error: The entered credentials were incorrect.
When I run firebase deploy --debug
, I get the following (more detailed) error (and log) shown when you click here. (firebase-debug.log)
When I run firebase deploy --project good-project-id
, I get the expected deployment behavior.
When I rerun firebase deploy
and firebase deploy --debug
I get the same errors already described.
How do I make the proper changes to eliminate the errors when running firebase deploy
?
Notes:
- I am running Mac OS/X Yosemite v10.10.5
- I just ran the NPM installation procedure (via Homebrew) described here.