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'
51
51
import { Provider } from ' react-redux'
52
52
import { createStore , combineReducers , compose } from ' redux'
53
53
import { 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'
56
57
// import 'firebase/firestore' // <- needed if using firestore
57
58
// import 'firebase/functions' // <- needed if using httpsCallable
59
+ // import { reduxFirestore, firestoreReducer } from 'redux-firestore' // <- needed if using firestore
58
60
59
61
const firebaseConfig = {}
60
62
You can’t perform that action at this time.
0 commit comments