Firebase is not made for processing complex queries as it relies on a flat data hierarchy . Complicated queries like reversing the order of certain items cannot be executed using Firebase. On top of that, even when you go offline, your app might begin to underperform due to the concurrency.
Why is Firebase not good?
Firebase is not made for processing complex queries as it relies on a flat data hierarchy . Complicated queries like reversing the order of certain items cannot be executed using Firebase. On top of that, even when you go offline, your app might begin to underperform due to the concurrency.