Questions tagged [redux-saga-firebase]
3 questions
4
votes
0 answers
How to connect emulator to redux-saga-firebase app
I'm trying to set up the emulator for firebase. My app is built with https://redux-saga-firebase.js.org/ The documentation says to add code like this to point the app to the emulator. Or maybe it's these directions?
const db =…

jmargolisvt
- 5,722
- 4
- 29
- 46
2
votes
1 answer
Update nested Firestore value (subcollection) using redux-saga-firebase
I'm trying to build a football office pool app and I'm having trouble saving the weekly picks. I'm using redux-saga-firebase for my calls. I've added a helper to go with it, but it's mostly just for error handling. I think my issue is figuring…

jmargolisvt
- 5,722
- 4
- 29
- 46
1
vote
1 answer
Get collection reference in redux-saga-firebase
I'm unable to define a collection reference using redux-saga-firebase. I'm trying to define it like this:
const query = rsf.firestore.collection('players').where('up', '>', lastUpdated);
but I am getting
TypeError:…

jmargolisvt
- 5,722
- 4
- 29
- 46