Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 351 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 351 Bytes

Node Firebase Middleware

This NodeJS middleware interacts with Google's Firebase Services.

Development

Install Dependencies

$ npm install

Run local dev server

$ npm run start

Run Linting

$ npm run lint

Run Unit Tests

$ npm run test

Production

Build With Webpack

$ npm run build