- Nodejs
- Install Firebase globally
npm i -g firebase-toolsInstall all dependencies
cd path/to/the/repo
npm installRun the following commands and select the necessary options
firebase login --no-localhost
firebase init
firebase deployPlease follow the blog for detailed Explaination