@nowzoo/ngx-firebase-oob
v0.0.1-alpha
Published
A service for handling Firebase out-of-band actions
Downloads
4
Readme
@nowzoo/ngx-firebase-oob
A service for handling Firebase out-of-band actions
Project & README | Demo | Demo Source Code | Documentation
Quick start
npm i @nowzoo/ngx-firebase-oob --save
Contributing
Clone the main repo and npm install...
git clone https://github.com/nowzoo/ngx-libs.git
cd ngx-libs
npm i
The library files are in projects/ngx-firebase-oob
.
The demo code is in projects/ngx-firebase-oob-demo
.
Building the library...
ng build ngx-firebase-oob
Testing the library...
ng test ngx-firebase-oob
To test with Wallaby, use the wallaby.js
config at the root of the project directory.
Serving the demo...
# make sure you've built the library locally first with ng build ngx-firebase-oob
ng serve ngx-firebase-oob-demo
Issues
Please submit issues to the main repo here.