You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i got an solution ... just degrade your react-redux package because react-redux-firebase is not compatible with v6.
just do it will work:-
npm i [email protected]
Trying to get all the projects from Firestore. When I use the below in the dashboard
firestoreConnect([
{collection: 'apps'}
])
I get the below error in the app
TypeError: Cannot read property 'firebase' of undefined
FirestoreConnect.componentWillMount
node_modules/react-redux-firebase/es/firestoreConnect.js:65
62 | _createClass(FirestoreConnect, [{
63 | key: 'componentWillMount',
64 | value: function componentWillMount() {
The text was updated successfully, but these errors were encountered: