Skip to content

Commit 011a166

Browse files
committed
adjust database rules for users #282 #285
1 parent 4d0619c commit 011a166

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

firebase/database.rules.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
"users": {
5858
".read": true,
5959
"$uid": {
60-
".read": "auth != null && auth.uid == $uid",
6160
".write": "auth != null && auth.uid == $uid"
6261
},
6362
".indexOn": [

0 commit comments

Comments
 (0)