Replies: 1 comment
-
I suggest stackoverflow as a better place to request help here, I don't use redux personally and I'm not sure you'll get many answers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use RNFirebase with react-redux-firebase and redux-thunk. Here's my
App.js
:Here are
store
andrrfProps
:The
google-services.json
file is already inandroid/app/src
. But when I try to fetch any of my Firestore collections this way:I keep getting no data. Nothing. I dont even see the query I'm making either, everything in the
offers
prop is blank. Please help, Thanks!Beta Was this translation helpful? Give feedback.
All reactions