Firestore is Very Scaleable Without getting too technical, Firestore bakes in a lot of best practices when it comes to running a scalable database so developers don’t have to. Since Firestore is backed by Google Cloud Platform, you can rest assured that your database can scale to meet your needs.
Read moreWhat data is supported in the firestore?
Note: Cloud Firestore supports a variety of data types for values: boolean, number, string, geo point, binary blob, and timestamp . You can also use arrays or nested objects, called maps, to structure data within a document. You may notice that documents look a lot like JSON.11 Kas 2021
Read more