mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-12-26 14:31:15 +08:00
fix: permission error
This commit is contained in:
parent
3c2d3e722b
commit
06db30bf87
@ -6,7 +6,7 @@
|
|||||||
"read": true,
|
"read": true,
|
||||||
"create": "auth.uid != null",
|
"create": "auth.uid != null",
|
||||||
"update": false,
|
"update": false,
|
||||||
"delete": "auth.uid != null"
|
"delete": "doc.follow_uid == auth.uid || doc.friend_uid == auth.uid"
|
||||||
},
|
},
|
||||||
"properties": {
|
"properties": {
|
||||||
"_id": {
|
"_id": {
|
||||||
|
Loading…
Reference in New Issue
Block a user