标签: firebase firebase-security
试图让它发挥作用:
{ "rules": { ".read": true, ".write": "auth.uid == simplelogin:2", } }
我希望只有特定用户才能对所有内容进行写控制(目前)。我如何使这项工作?