Format firestore /group rules
This commit is contained in:
parent
540915eb65
commit
373cfc5d10
|
@ -196,7 +196,6 @@ service cloud.firestore {
|
|||
allow read;
|
||||
allow create: if request.auth != null && commentMatchesUser(request.auth.uid, request.resource.data) && isGroupMember();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
match /posts/{postId} {
|
||||
|
|
Loading…
Reference in New Issue
Block a user