fix: permission error

This commit is contained in:
王亚琪 2021-12-17 18:13:09 +08:00
parent 3c2d3e722b
commit 06db30bf87

View File

@ -6,7 +6,7 @@
"read": true,
"create": "auth.uid != null",
"update": false,
"delete": "auth.uid != null"
"delete": "doc.follow_uid == auth.uid || doc.friend_uid == auth.uid"
},
"properties": {
"_id": {