+ 2
Is it possible to be charged if you pass the limit of the free plan on FireBase FireStore Database?
For example, what if I am near the limit of the db reads or writes and then reach it? Will it stop working then? Or will it continue and charge me?
2 Respostas
+ 6
once you reach the limit it will start giving "resourceExhausted" Error
you can see it in the docs
https://firebase.google.com/docs/reference/swift/firebasefirestore/api/reference/Enums/FirestoreErrorCode#resourceexhausted
+ 2
Had the same question.. thanks Arnav Kumar