Skip to content

Commit e4391d0

Browse files
authored
prevent content creation on storage.rules (#505)
1 parent c58c0eb commit e4391d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

storage.rules

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ rules_version = '2';
22
service firebase.storage {
33
match /b/{bucket}/o {
44
match /{allPaths=**} {
5-
allow create: if request.auth != null;
65
allow read: if true;
76
}
87
}

0 commit comments

Comments
 (0)