Hacker News new | ask | show | jobs
by mquander 1455 days ago
I also just joined a team using Firestore and I feel exactly this same way. It absolutely blew me away how bad Firestore is for any kind of conventional CRUD app use cases. I have never worked with a database less fit for purpose, and I worked with MongoDB in 2012.
2 comments

Yup. One of our products was built on Firestore and I expect 90% of my time on that project is spent trying to turn Firestore into a more featureful product to meet the application's requirements. You can push it pretty far if you have the developer resources, but it often seems ludicrous that someone is willing to spend that much to build what other database solutions provide out of the box for free.
Firestore makes it easy to get productive quickly and then drive straight into quicksand.
Couldn’t have said it better myself.
Same. I find myself wishing we were on Mongo, it's that bad.