Skip to content

Commit 4a29255

Browse files
authored
fix(docs): cleanup typo with fbConfig parameter - @jenglamlow
Fix typo - Pass in the correct fbConfig parameter
2 parents e564df2 + 9a3564f commit 4a29255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/v2-migration-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const fbConfig = {} // object containing Firebase config
5555
const rrfConfig = { userProfile: 'users' } // react-redux-firebase config
5656

5757
// initialize firebase instance
58-
firebase.initializeApp(config) // <- new to v2.*.*
58+
firebase.initializeApp(fbConfig) // <- new to v2.*.*
5959
// firebase.firestore() // <- needed if using firestore
6060

6161
// Add Firebase to reducers

0 commit comments

Comments
 (0)