Skip to content

maxime-memtell/nodejs-with-firebase-storage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

About

Upload files to Firebase Storage using Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%