'49k lectures operation in Firebase
Sorry to bother you. I'm making a React JS app with Firebase and Cloud Firestore. When I try today to see the data in Firestore I get that I exceed the lectures limit and I don't know why! Does my code have something to do with it? There is no way I have 49k lectures!
Solution 1:[1]
A quite common reason for the number of reads going up more rapidly than you expect is keeping the Firestore console open. Any documents shown there also count towards your quota.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Frank van Puffelen |
