Query data in Firestore with FireSQL

I would like to query Firestore in Retool using FireSQL. I didn't really see a way to do this natively and the only js available is as follows. This one has "requires" in it which I understand doesn't work.

https://unpkg.com/firesql@2.0.2/firesql.js

2 Likes

Hello @Geoff_Pahl!

I do not think we have integrations for FireSQL, your best bet is to use Firebase queries via a Firebase resource as outlined in our docs here.

Is 'requires' a function or importing a library?