Counting to a Million: Why Your Simple Firestore Counter Will Fail
As developers building on Firebase, we often start with a simple task: counting things. The number of likes on a post, views on a video, or, in my case, responses to a survey. The naive approach seems obvious: create a document, add a count field, an...