Limit a specific type of user in Firestore to read documents based on time

此生再无相见时 提交于 2019-12-23 22:26:27

问题


Has any way to limit users to read based on time, using Firestore Rules?

E.g: Limit a malicious user authenticated as an anonymous user to read a document several times per millisecond. This can cause elevate pricing for this multiples requests


回答1:


There is no way to limit the rate of document reads using security rules. If you think someone is abusing the resources in your project, contact Firebase support and explain what you're observing.



来源:https://stackoverflow.com/questions/53227674/limit-a-specific-type-of-user-in-firestore-to-read-documents-based-on-time

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!