update storage rules to match dev

pull/376/head
Tom Arra 3 years ago
parent 611ef64b98
commit b83d3507c6

@ -17,7 +17,7 @@ service cloud.firestore {
}
// Leaderboard can be read if it doesn't contain any prohibited initials
allow read: if !prohibited(resource.data.playerInitials);
allow read: if isAuthedUser(request.auth);
// A leaderboard entry can be created if the user is authenticated,
// it's 3 characters long, and not a prohibited combination.

Loading…
Cancel
Save