File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,12 @@ import { render } from 'react-dom'
5151import { Provider } from ' react-redux'
5252import { createStore , combineReducers , compose } from ' redux'
5353import { reactReduxFirebase , firebaseReducer } from ' react-redux-firebase'
54- import firebase from ' firebase'
55- // import { reduxFirestore, firestoreReducer } from 'redux-firestore' // <- needed if using firestore
54+ import firebase from ' firebase/app'
55+ import ' firebase/auth'
56+ import ' firebase/database'
5657// import 'firebase/firestore' // <- needed if using firestore
5758// import 'firebase/functions' // <- needed if using httpsCallable
59+ // import { reduxFirestore, firestoreReducer } from 'redux-firestore' // <- needed if using firestore
5860
5961const firebaseConfig = {}
6062
You can’t perform that action at this time.
0 commit comments