📜  保存在文档内数组中的用户的 firebase 规则 - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:36.733000             🧑  作者: Mango

代码示例1
match /posts/{postId} {   allow read: if request.auth.uid in resource.data.contributors;}