-
-
Notifications
You must be signed in to change notification settings - Fork 554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot read property 'firebase' of undefined (firebaseConnect) #582
Comments
Are you using react-redux v6? It has a new api that is not yet supported as outlined #581. |
Closing as a duplicate of #581 (which is now also closed).
|
I'm having a similar issue where withFirebase provides Using the Auth Recipe, I wired up my component:
Thought it was something to do with my store:
but withFirebase using the same store provides
What am I doing wrong? Why isn't firebaseConnect() providing |
@eleventhaus It looks like changes in 8b3b7f9 actually removed the prop during the internal renaming of the prop. I was under the impression the rename was just internal. The test that was also modified only included verifying passing of colliding prop names that are used internally, it doesn't confirm the prop is passed (as it should). Thanks for reporting, I'll look into making the fix and also adding a case in the tests for verifying the prop. I am also noting this in #613 so that anyone using the new prop name ( |
fix(tests): add case to firebaseConnect to confirm firebase and dispatch props
Thanks for the quick turnaround! I updated react-redux-firebase to v3.0.0-alpha.9 but still can't get to the provided |
If |
@eleventhaus That is weird since I added a test for firebaseConnect and now things are being passed the same way as withFirebase as before. I'll look into it tomorrow. |
Iam running into problems when using firebaseConnnect() to authenticate to firebase and this is code
and this is an images showing the error
https://www.photobox.co.uk/my/photo/full?photo_id=501429776753
App.js
and this is Login.js
and here is my store setup
and this is Package.json
The text was updated successfully, but these errors were encountered: