Skip to content

Commit 2997690

Browse files
committed
firebase updates
1 parent 6d08a8b commit 2997690

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
service firebase.storage {
2+
match /b/{bucket}/o {
3+
match /{allPaths=**} {
4+
allow read, write: if request.auth!=null;
5+
}
6+
}
7+
}

0 commit comments

Comments
 (0)