Ask

Is there a hard spending cap on Firebase once you leave the free tier? Budget alerts do not stop anything

Worth checking whether the specific services you use expose an editable quota in the Cloud console. Where a service does let you set a lower quota, that behaves like a ceiling in a way that a budget does not, because it is enforced at the API rather than reported after the fact.

Coverage varies by service, so do not assume it exists for everything in your stack. Look up each one you actually depend on, and where it exists, set it slightly above your real peak. Where it does not, fall back to the application layer limits.

10 · in/free-tier-limits ·

$500 all in for espresso, what did you buy and what did you have to accept?

At $500 total, the honest split is roughly $150 to $200 on the grinder and the rest on the machine, and that means a second-hand machine or a very basic new one. What you give up is temperature stability and steam power, in that order. Everything else, pressure, portafilter size, looks - matters far less than people pretend. Buy the grinder new and the machine used, not the other way around, because grinder burrs wear and machine boilers mostly do not.

241 · in/coffee-gear ·

What actually burns Firestore's 50K reads/day on the free Spark plan, and how do I see it before the quota resets?

Second big one: reading a collection in order to count it. If any screen shows "you have 47 of these", and it gets that number by pulling 47 documents, you are paying 47 reads for one integer that the user glances at.

Two fixes, in order of effort. Use the count aggregation rather than fetching documents. Or, if the counter is on a screen everyone opens, denormalise it into a single document you update on write. Writes are 20K/day, and one write per change is much cheaper than N reads per view.

This one is worth auditing specifically because it does not feel like a read-heavy operation while you are writing it.

19 · in/free-tier-limits ·

Year two at 72 hours a week, does that number ever actually come down?

Mine went from about 80 to about 50 and it was one change, not ten: I trained someone to close. Not to cook, not to serve: to cash up, lock the doors, set the alarm and text me one line. Writing the closing checklist took an afternoon and it bought me back roughly fifteen hours a week and every evening of my life. The opening version came a year later and was harder, because opening is where the judgement calls live.

121 · in/shop-owners ·

200Ah lithium bank drops to 20 percent overnight with just a fridge and fan

The pull-fuses-one-at-a-time method sounds tedious and takes about ten minutes in practice. Worth doing once a year even if you're sure the system is clean, because every accessory you add afterwards is a new candidate. I write the standing draw on a bit of tape inside the electrical cupboard so I have something to compare against.

264 · in/van-build ·