Hello,
How can I get such kind of error message in Blaze plan ??
[-] Erreur Firestore: Timeout of 60.0s exceeded, last exception: 429 Quota limit exceeded. Retry after quota limits are reset or enable billing for this project to avoid quota checks. Cause - Quota exceeded for quota metric ‘Free daily write units per project (free tier database)’ and limit ‘Free daily write units per project (free tier database) per day’ of service ‘firestore.googleapis.com’ for consumer. This database cannot exceed free quota limits even when a billing instrument is enabled.
Regards
Hi, take a look at this doc: Add Cloud Firestore and Authentication to your Google AI Studio app | Develop with AI assistance | Firebase
There is currently an additional step required to upgrade a database, even if the project itself is already on a paid plan!
For more context: by default, all your AI Studio-created Firestore databases share the same free tier quota. So, if you have 10 applets you have a shared free tier across all of them (aka 40k write units/day for all applets). In order to go beyond the free quota, you need to a) upgrade to Blaze and b) tell us which database you would like to pay for. This way, upgrading to Blaze alone does not result in a runaway bill.