Skip to content

Commit 57f4325

Browse files
Updated README
1 parent deff5a8 commit 57f4325

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Prop | Description | Type
4343
---- | ----------- | ----
4444
`firebaseRefs*` | The refs that should be loaded into the `global` object. The ref value will be added to the `global` object under given key (eg if you do `{ foo: ref.child('bar') }`, `global.foo` will be set to the value of `ref.child('bar')`). | `object`
4545
`loadingScreen` | Node to show while the ref values are loading. Can also take a function that returns an node <br> *Signature of the function when passed:* <br> `function(state: object) => node` | `node` or `function`
46+
`onUpdate` | Invoked whenever a Firebase value is updated | `function(state: object) => any`
4647
`children*` | Children of the component | `node`
4748

4849
## Caching

0 commit comments

Comments
 (0)