Skip to content

Instantly share code, notes, and snippets.

@LazyFatArrow
Created April 9, 2017 23:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LazyFatArrow/bff7fddc253af14027001936f18cc943 to your computer and use it in GitHub Desktop.
Save LazyFatArrow/bff7fddc253af14027001936f18cc943 to your computer and use it in GitHub Desktop.
import { combineReducers } from 'redux';
import { firebaseStateReducer } from 'react-redux-firebase'
export default combineReducers({
firebase: firebaseStateReducer
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment