Skip to content

Instantly share code, notes, and snippets.

View kenossai's full-sized avatar

Kenneth Ossai kenossai

View GitHub Profile
import {createStore, combineReducers, compose} from 'redux'
import firebase from 'firebase'
import 'firebase/firestore'
import {reactReduxFirebase, firebaseReducer} from 'react-redux-firebase'
import {reduxFirestore, firestoreReducer} from 'redux-firestore'