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 6d08a8b commit 2997690Copy full SHA for 2997690
scripts/code.angularjs.org-firebase/storage.rules
@@ -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