Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我昨天通过 HTTP 测试了 REST API,你可以在图表上看到。然而,一夜之间,我的数据库一直在后台使用带宽(2.65kb-3.58kb/小时)。为什么会这样?有没有办法阻止这种情况?
编辑:添加规则
{ "rules": { ".indexOn": ["abc","def","ghi"], ".write": "auth.uid === '<uid>'", ".read": "auth.uid === '<uid>'" } }