Since a Firestore document is limited to 1MB in size , that also drastically cripples its ability to hold very large amounts of data like Cloud Storage. It’s also generally more expensive to store and transfer data compared to Cloud Storage, as you’re paying for much more than just basic storage capabilities.
Read moreWhat is the difference between firestore and Firebase storage?
What are the differences between Firebase and Firestore? Firebase is a more compressive solution vs. Firestore and incorporates multiple services like databases, notifications, analytics, ML, etc. Firestore is a NoSQL database that is part of the Firebase app development platform.
Read moreWhat is difference between Firebase and MySQL?
Firebase and MySQL Differences Firebase is horizontally scalable; MySQL is vertically scalable . Firebase uses key-value, wide-column, graph, or document stores; MySQL is table-based. Firebase has dynamic schemas to facilitate unstructured data; MySQL has predefined schemas.
Read more