update collection/opendb-news-comments/collection.json.

This commit is contained in:
崔红保 2020-10-27 15:14:30 +08:00 committed by Gitee
parent f181c20a52
commit 4303ccfed9

View File

@ -4,7 +4,7 @@
"required": ["article_id", "user_id", "comment_content", "like_count", "comment_type", "reply_user_id", "reply_comment_id"],
"permission": {
".read": true,
".create": "auth.uid != null",
".create": "auth.uid != null && get(`database.opendb-news-article.${doc.article_id}`).comment_status == 1",
".update": "doc.uid == auth.uid",
".delete": "doc.uid == auth.uid"
},