A simple solution for reducing the costs in Firestore through database refactoring. — As we already know, Cloud Firestore is a scalable, cloud-hosted, NoSQL, real-time database from Firebase and Google Cloud, and it’s is optimized to store large collections of small documents. When using Firestore, the mechanism for billing is related to the number of reads, writes, and deletes we perform. …