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
Connects a React component to a Firebase App reference.
19
19
@@ -23,9 +23,6 @@ It does not modify the component class passed to it. Instead, it *returns* a new
23
23
24
24
*[`mapFirebaseToProps(props, ref, firebaseApp): subscriptions`]\(*Object or Function*): Its result, or the argument itself must be a plain object. Each value must either be a path to a location in your database, a query object or a function. If you omit it, the default implementation just injects `firebaseApp` into your component’s props.
25
25
26
-
*[`options`]*(Object)* If specified, further customizes the behavior of the connector.
27
-
*[`pure = true`]*(Boolean)*: If true, implements `shouldComponentUpdate`, preventing unnecessary updates, assuming that the component is a “pure” component and does not rely on any input or state other than its props and subscriptions. *Defaults to `true`.*
28
-
29
26
#### Returns
30
27
31
28
A React component class that injects subscriptions and actions into your component according to the specified options.
0 commit comments