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
* fix(types): add type for `profileFactory` config option (#917)
* fix(types): prevent type error in combineReducers by adding generic type for Schema (#906) - @rscotten
Co-authored-by: Richard Scotten <[email protected]>
We provide optional `Profile` and `Schema` types for additional type checking.
32
+
33
+
You can add the `Profile` type if you use the [Profile option](https://react-redux-firebase.com/docs/recipes/profile.html).
34
+
35
+
You can define a `Schema` that corresponds to your Firebase Redux store for `state.firebase.data` and `state.firebase.ordered`. That could be a map of your Realtime Database collections, or anything else if you use `storeAs` to name custom stores.
0 commit comments