Firebase Databse

29th July 2022

FireSQL – Query Firestore Using SQL Syntax

What is FireSQL? FireSQL is a library built on top of the official Firebase SDK that allows you to query Cloud Firestore using SQL syntax. It’s smart enough to issue the minimum amount of queries necessary to the Firestore servers in order to get the data that you request. On top of that, it offers some of the handy utilities that you’re used to when using SQL, so that it can provide a better querying experience beyond what’s offered by the native querying methods. Installation : Just add firesql and firebase to your project: If you want to receive real-time updates when querying, then […]