Skip to content

Commit d592e4b

Browse files
committed
HAHA VERY FUNNY GIT...
1 parent d465e0e commit d592e4b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

firebase-sec-rules.txt

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"rules": {
3+
"users": {
4+
"$uid": {
5+
".read": "auth != null && auth.uid == $uid",
6+
".write": "auth != null && auth.uid == $uid"
7+
}
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)