Blog
#Dart
2 post(s)
-
YumeHashi v2.1.0 — 4 Things I Did to Stretch Firestore's Free Tier
Running my Flutter Web app YumeHashi at zero monthly cost, I implemented 4 cost optimization measures in v2.1.0 — gzip compression, extended debounce, compact JSON, and size monitoring — to delay exceeding Firestore's free tier.
-
YumeHashi's Tech Stack and 5 Implementation Challenges Solved by v2.1.0
A deep dive into the serverless architecture (Flutter Web + Drift + Riverpod + Firebase) behind YumeHashi, a side project running at zero monthly cost, and 5 real implementation challenges solved with code.