React Firehooks
Lightweight dependency-free collection of React hooks for Firebase.
Installation
npm install react-firehooks
or
yarn add react-firehooks
Compatibility
Usage
TODO
Development
Build
To build the library, first install the dependencies, then run npm run build for a single build or npm run watch for automatic rebuilds.
npm install
npm run build
Tests
To run the tests, first install the dependencies, then run npm test. Watch mode can be started with npm test -- --watch.
npm install
npm test
Resources
TBD