I am using firebase on a free plan (I don’t have billing enabled). As far as I’m aware, free users get 30gb of bandwidth per month. I was wondering if google would cap the bandwidth usage when I reach that limit of if I would continue using bandwidth and end up having to pay for it. Thanks in advance!
Edit: I’m asking about Firestore, not Cloud Storage
>Solution :
If you’re on a free plan, if you reach a quota you get cut off, not charged. If you’re on the blaze plan (with billing enabled), you get charged for usage over quotas.
However for Firestore, I can’t imagine you hitting the bandwidth limit before you hit the read/write limit. Are you sure you’re not talking about Firebase Realtime Database? (different product than Firebase Firestore)