HomeBack-End & DatabasePage 2
Posted in Back-End & Database, Express, NodeJS

Firebase Function Rest Endpoint With Node/Express

Installation Before we commence, we will need to setup firebase on our local machine environment and we can easily do this by following the steps listed below: 1. Install the Firebase CLI via npm by running the following command: npm install -g firebase-tools2. Sign into Firebase using your Google account by running the following command: firebase login3. […]