Home > Software design >  Why I'm getting over my firestore usage limits
Why I'm getting over my firestore usage limits

Time:11-23

I'm using Firebase/Angular to build my web app

I get this error : You have gone over your daily usage limits

But when I checked out my daily usage I get this : 3.5K reads, so I did not reached the max of free usage which is 50000 reads.

When checking out the state of my daily usage in the billing quota, I found my self reaching 100% of free reads.

I can't understand why I'm not getting the same result of my usage (reads) in the same project !!

CodePudding user response:

Answering this as a community wiki. As suggested by @samthecodingman above in the comments.

These types of questions are outside of the scope of StackOverflow. Please contact firebase support for this type of issue as it requires more in-depth analysis.

  • Related