Scott Prue

Results 270 comments of Scott Prue

Yeah, the example was to show that order does in fact matter, agreed that it isn't that clear

Just the optional chaining stuff and adding a note about the new commands to the README, then I think that this should be good to go! Thanks again for taking...

@FrancisLeigh You still need to use `populate` when pulling data out of redux. `profileParamsToPopulate` just creates the listeners for the necessary data to go into redux. Like so: ```js export...

One of the things that redux mentions as a best pattern is to only store normal objects in the redux store, which is a reason that features such as this...

Seeing the exact same behavior on our end and reproduced with the above. When trying to switch back to `createConnection` it appeared to have similar behavior. Could this possible have...

+1 This will be a game changer for multiple projects I am on

Love all of this discussion and input! We may want to expose `getQueryName` at the top level

@peteruithoven I really like the idea of hooks returning functions to help load from state - this will be particularly useful for v1 of redux-firestore since it stores things in...

@illuminist That is a really great point and I like the proposed API - thanks for sharing!

Not sure if everyone here is on the [Firebase Slack](firebase-community.slack.com), but there is a Redux channel there. Might be good to have discussion there so we don't have to leave...