Cloud Firestore database is a recommended database of Firebase. It offers a total of 1GB free storage in the Spark plan.
Read moreIs Firebase suitable for large amount of data?
The real-time functions in Firebase are not only suited for, but designed for large data sets . The fact that records stream in real-time is perfect for this. Performance is, as with any large data app, only as good as your implementation.
Read more