Hacker News new | ask | show | jobs
by kart23 2900 days ago
Firebase is great, but in my little experience, as it's database grows, it becomes clunky to sort and query, especially since everything is pretty much done client side.
1 comments

Try Cloud Firestore, it has a lot of improvements with querying over the RTDB. I can also confirm sorting/querying is handled server-side. (Disclaimer: I'm the PM for it and use it for my own side-projects)
Would be even better if there was a graphql frontend like AWS AppSync. Helps structure the data a lot more easily.