$ git clone https://github.com/shubhamns/nodejs-with-firebase-storage.git
$ cd PROJECT_TITLE
$ npm install
1. Create Firebase project.
2. Open the project setting.
3. Copy and Paste `projectId & storageBucket` to the `app.js` file.
4. Creating service account keys in GCP `https://cloud.google.com/iam/docs/creating-managing-service-account-keys`.
5. Paste `Json Key Path` to the `app.js` file.
$ npm start
$ npm run dev