Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 572 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 572 Bytes

nodejs with firebase storage

Install

$ git clone https://github.com/shubhamns/nodejs-with-firebase-storage.git
$ cd PROJECT_TITLE
$ npm install

Configure app

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.

Start app

$ npm start

Start app using Nodemon

$ npm run dev