Can I use SQL with Firebase?

It is not possible to use Firebase in this way, Firebase is a real-time object store. It is not a SQL database and is not intended to be a replacement for one. It completely lacks mechanisms such as JOINs, WHERE query filters, foreign keys, and other tools relational databases all provide.

Read more

What is Cloud_firestore?

Cloud Firestore is a cloud-hosted, NoSQL database that your Apple, Android, and web apps can access directly via native SDKs . Cloud Firestore is also available in native Node. js, Java, Python, Unity, C++ and Go SDKs, in addition to REST and RPC APIs.

Read more