I am trying the following firebase deploy
command and I get the following error:
Error: Authorization failed. This account is missing the fol
If you created your project in the fireabse website account, during firebase deployment we need to select that firebase project for hosting. Also if you created more than one project in the firebase account, we need to select one project for the deployment process. For that you need to run the below command.
firebase use --add
It will list multiple project and you can choose one from that option. Then run firebase deploy.