Skip to content

Commit 0fd2a2a

Browse files
authored
Merge pull request #285 from mapswipe/update-db-rule
Update database rules for the leaderboard v2
2 parents fdfb344 + 011a166 commit 0fd2a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase/database.rules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
}
5656
},
5757
"users": {
58+
".read": true,
5859
"$uid": {
59-
".read": "auth != null && auth.uid == $uid",
6060
".write": "auth != null && auth.uid == $uid"
6161
},
6262
".indexOn": [

0 commit comments

Comments
 (0)