Mariano Guerra
02/18/2022, 9:22 AMORDER BY
and LIMIT
to the Firestore query parser and I decided to create a playground for it:
- Run queries
- Load examples
- See intermediate representations
https://instadeq.github.io/firestore-query-parser-js/playground.html
Tom Larkworthy
02/18/2022, 12:35 PMMariano Guerra
02/18/2022, 12:37 PMTom Larkworthy
02/18/2022, 12:38 PMa == 4 and b in ["r"] and c < 4.5 ORDER BY a, b DESC, c ASC LIMIT 5
Mariano Guerra
02/18/2022, 12:47 PMTom Larkworthy
02/18/2022, 12:50 PM