Scott Prue

Results 270 comments of Scott Prue

Looking to make sure this is solved, @sintylapse could you provide a reproduction example using Codesandbox or similar?

Going to look into addressing this as part of the `v1.0.0` releases. There isn't a solve for it yet, but [the v1.0.0 Roadmap](https://github.com/prescottprue/redux-firestore/wiki/v1.0.0-Roadmap) has been created to track changes.

Closed [427 of react-redux-firebase](https://github.com/prescottprue/react-redux-firebase/issues/427). Progress on fixing this will be tracked here

Good question! This is intentional by design so you can look items up by key in `data` where as `ordered` is for an ordered list (from calling `forEach` on the...

Yeah like I said, I agree that it is best practice to keep just the keys in the array, and that is what I use with other APIs anyways, so...

@illuminist In v1 the all subcollections are stored at the top level with the path in state including the name of the subcollection. With that in mind, all of the...

There is [the snapshot cache](https://github.com/prescottprue/redux-firestore/blob/b5d5f312a078cb41f3d297863bd67df332a5e265/src/utils/query.js#L15-L30) that was added by @illuminist in [v0.11.0](https://github.com/prescottprue/redux-firestore/commit/b5d5f312a078cb41f3d297863bd67df332a5e265) - that should be useful for doing this, just haven't written up an example yet

@goleary Thanks for reaching out - I reached out to @illumnist over gitter for more detail. How did you end up using it? Would you mind sharing the app logic?

@illuminist Thanks a bunch for looking into it and making the PR!

Great suggestion! There have been other issues that would have been clarified with some sort of query config validation.