Can I limit number of reads/writes from user IP per minute/day in firestore?

拥有回忆 提交于 2021-02-10 20:31:53

问题


How can I limit number of reads/writes from one IP in firestore?

P.S. I don't have any authentication in my app


回答1:


Limiting any sort of access by IP address is not possible with Cloud Firestore. Instead, you should consider actually using some authentication, force requests through a backend you control, and perform per-user auditing from there.



来源:https://stackoverflow.com/questions/58647720/can-i-limit-number-of-reads-writes-from-user-ip-per-minute-day-in-firestore

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