We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c58c0eb commit e4391d0Copy full SHA for e4391d0
storage.rules
@@ -2,7 +2,6 @@ rules_version = '2';
2
service firebase.storage {
3
match /b/{bucket}/o {
4
match /{allPaths=**} {
5
- allow create: if request.auth != null;
6
allow read: if true;
7
}
8
0 commit comments