I am trying the following firebase deploy command and I get the following error:
firebase deploy
Error: Authorization failed. This account is missing the fol
I had this issue because I created and used an alias with firebase use --add then manually removed it from the .firebaserc. The solution was to run firebase use $alias where $alias is the alias of your project. EG: firebase use default
firebase use --add
.firebaserc
firebase use $alias
$alias
firebase use default