reactive-core-functions
v1.0.8
Published
private functions for use with reactive core
Readme
Reactive Core Functions
steps to use
yarn add reactive-core-functionsimport { functionName } or import * as rcf from 'reactive-core-functions'- Important run the setup function first.
setUpFunctions(firebase, db). Pass in the firebase instance and the db instancegetFbDb() - call functions as needed
