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 more