Andy Garvin
Andy Garvin
I guess it's technically possible to add the ref as metadata for the returned entities and use that to pass to the next query.
I built a super hacky proof of concept, there are some very obvious issues but it might make sense to consider this approach: https://github.com/garviand/fireorm/pull/3
Hey @wovalle I rebased my pagination branch and made some updates. Here is the new draft PR: https://github.com/garviand/fireorm/pull/5 If you have some time, please take a look and let me...
@wovalle Just a heads up, my approach won't work. When you stringify an array, the named properties are removed so when passing the `cursor` via HTTP for example, it will...