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