File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -248,6 +248,23 @@ export const addTodo = (newTodo) =>
248248
249249[ generator-react-firebase] ( https://github.com/prescottprue/generator-react-firebase ) uses react-redux-firebase when opting to include redux
250250
251+ ## FAQ
252+
253+ 1 . How is this different than [ ` redux-react-firebase ` ] ( https://github.com/tiberiuc/redux-react-firebase ) ?
254+
255+ This library was actually originally forked from redux-react-firebase, but adds extended functionality such as:
256+ * populate functionality
257+ * profileDecorator - change format of profile stored on Firebase
258+ * getFirebase - access to firebase that fires actions
259+ * capability for thunk integration - using ` getFirebase ` and ` thunk.withExtraArgument `
260+
261+ Bottom line: The auth of redux-react-firebase was absent when functionality was needed by me and others, so this library was created.
262+
263+ 2 . Why use redux if I have Firebase?
264+
265+ This isn't a super quick answer, so I wrote up [ a medium article to explain] ( https://medium.com/@prescottprue/firebase-with-redux-82d04f8675b9 )
266+
267+
251268## Contributors
252269- [ Prescott Prue] ( https://github.com/prescottprue )
253270- [ Tiberiu Craciun] ( https://github.com/tiberiuc )
You can’t perform that action at this time.
0 commit comments