Disallow users deleting contracts (#99)
This commit is contained in:
parent
1db1a739cf
commit
c0d6e17060
|
@ -39,7 +39,6 @@ service cloud.firestore {
|
||||||
allow update: if request.resource.data.diff(resource.data).affectedKeys()
|
allow update: if request.resource.data.diff(resource.data).affectedKeys()
|
||||||
.hasOnly(['description', 'closeTime', 'tags', 'lowercaseTags']);
|
.hasOnly(['description', 'closeTime', 'tags', 'lowercaseTags']);
|
||||||
allow update: if isAdmin();
|
allow update: if isAdmin();
|
||||||
allow delete: if resource.data.creatorId == request.auth.uid;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
match /{somePath=**}/bets/{betId} {
|
match /{somePath=**}/bets/{betId} {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user