Mar 25 · 4 min read · What Perception Does Perception is a media intelligence dashboard. It ingests articles from 128 RSS feeds, scores them by relevance and trending signals, and surfaces the ones that matter through a React dashboard backed by Firestore and a FastAPI MC...
Join discussionMar 25 · 11 min read · When you're building subscription billing with Stripe webhooks, you quickly discover a harsh reality: webhooks can arrive delayed, duplicated, or out of order. For a youth sports stats SaaS platform I'm building, this created a critical problem—plan ...
Join discussionJan 22 · 6 min read · Introduction Firebase has recently started gaining a huge audience, thanks to its integration capabilities within the Google Ecosystem. Firebase easily integrates with Google Cloud, Analytics, Console, BigQuery, and other big names your teams must be...
Join discussion
Dec 7, 2025 · 12 min read · Problem Statement and Requirements In developing a social challenge app built with Flutter and Firebase, we faced a critical product question while building the "Discover" screen: How do we define "popular"? Initially, the answer seemed simple: sort ...
Join discussionDec 3, 2025 · 8 min read · Problem Statement and Requirements While developing a chat application, we faced a dilemma regarding message loading strategy: 100 message limit: Fast initial loading, but poor user experience when checking older conversations 1000+ messages loaded...
Join discussionNov 9, 2025 · 9 min read · Firebase Security Rules are the only thing protecting your data from unauthorised access. This guide covers how to write rules that actually secure your app. Understanding the Basics Firebase Security Rules work by matching paths and applying conditi...
Join discussion
Oct 28, 2025 · 10 min read · We’ve all seen the flood of AI coding assistants. Most are great for generating snippets or autocompleting a function, but I’ve found that very few really tackle the initial heavy lifting—getting a fu
WKhishamuddin commented
Sep 14, 2025 · 4 min read · 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...
Join discussion
Sep 1, 2025 · 5 min read · 계기는 언제나 사소한 것이었다. 개인 프로젝트에서 자주 사용하고 있던 BaaS인 Firebase에서 메일이 왔다.2025년 10월 1일자로 Cloud Storage for Firebase가 유료화로 전환된다는 소식이었다. 지금은 Storage의 유료화에 대해서만 적혀있지만, 앞으로 다른 제품군에서도 무료 부문의 혜택이 줄어들거나 할 가능성이 있다고 판단이 됐다.특히 DB인 Firestore나 Realtime DB의 무료 혜택이 줄어든다면… F...
Join discussion