getditto / starfish

An experimental react native implementation for Ditto using OnlinePlayground
MIT License
5 stars 1 forks source link

[iOS/Android] Missing query bindings #8

Open SimonLeigh opened 1 year ago

SimonLeigh commented 1 year ago

See the methods listed in both native sdks so I think this is just a case of binding, but being able to directly query a single entry.

At least in the case of RN Starfish the entire collection needed to be queried and traversed client side, rather than querying a single entry in the collection.