14 | const store = createStore( 15 | rootReducer, 16 | compose(
17 | applyMiddleware(thunk.withExtraArgument({ getFirebase, getFirestore })), 18 |