Hacker News new | ask | show | jobs
by kine 2235 days ago
100%. I love Firebase's speed but digging into the data and modifying it through their console is a total pain.
1 comments

Their console is a pain, and some of other aspects too.

Remember getting an error because a document was getting updated too fast (four or five times in less than a second).

Heck, their own documentation states a document can only be updated about once (1) per second[0]

[0]: https://firebase.google.com/docs/firestore/solutions/counter...