14 | const store = createStore( 15 | rootReducer, 16 | compose(
17 | applyMiddleware(thunk.withExtraArgument({ getFirebase, getFirestore })), 18 | reduxFirestore(fbConfig), 19 | reactReduxFirestore(fbConfig) 20 | )enter image description here
14 | const store = createStore( 15 | rootReducer, 16 | compose(
17 | applyMiddleware(thunk.withExtraArgument({ getFirebase, getFirestore })), 18 | reduxFirestore(fbConfig), 19 | reactReduxFirestore(fbConfig) 20 | )enter image description here