firestore-db-and-auth-rs
firestore-db-and-auth-rs copied to clipboard
"start at" and "orderby" examples
trafficstars
Could you give an example on how to make a document query with "start at" and "order by"?
Thanks, this library looks really nice by the way.
I've noticed that I haven't got any read/write examples. That's something that needs to be added for sure. Might be end of the next week though.
Sounds good. I'm pretty sure the order_by/start_at filters would go over here. I don't know Rust well enough to make the changes though.
Just checking on this - is it possible to provide an order by example?