What is firestore database?

Firestore is a NoSQL document database built for automatic scaling, high performance, and ease of application development . While the Firestore interface has many of the same features as traditional databases, as a NoSQL database it differs from them in the way it describes relationships between data objects.

Read more

Can you use Firebase with SQL?

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