【发布时间】:2017-11-04 16:27:22
【问题描述】:
在我的 Android 应用中,我遇到了一个异常:
W: Caused by: com.google.firebase.firestore.FirebaseFirestoreException: RESOURCE_EXHAUSTED: Quota exceeded.
但是当我转到控制台页面时,该应用程序远远低于限制。在下面,我的意思是像“Firestore 读取操作”这样的数字 0.00034 of 0.00034 of 0.00034 of 0.00034 Ops”——甚至没有接近。
如何在应用程序或控制台中从 Firestore 获取更多信息,以了解我超出了哪些限制?
我正在使用:
implementation "com.google.firebase:firebase-firestore:11.4.2"
【问题讨论】:
标签: android google-cloud-firestore