mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-10 11:09:44 +08:00
fix: permission error
This commit is contained in:
parent
3c2d3e722b
commit
06db30bf87
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user