reactive-core-functions
v1.0.8
Published
private functions for use with reactive core
Downloads
1
Readme
Reactive Core Functions
steps to use
yarn add reactive-core-functions
import { 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