You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ Prop | Description | Type
43
43
---- | ----------- | ----
44
44
`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`
45
45
`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`
0 commit comments