I have developed an inoic 6 mobile app. On the home page, I have a list of posts something similar to Facebook or LinkedIn. The data comes from firebase cloudstore.
If the database grows in future, lets say 1M+ posts are there, will the application break at the time of loading? I have already implemented lazy loading what else I should consider to ensure application do not crash.
Thanks.