Skip to content

Commit 0fe0e0c

Browse files
author
Your Name
committed
Firebase & AngularFire In Depth
1 parent 835bcfd commit 0fe0e0c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

storage.rules

+4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
rules_version = '2';
22
service firebase.storage {
3+
34
match /b/{bucket}/o {
5+
46
match /{allPaths=**} {
57
allow read, write: if request.auth!=null;
68
}
9+
710
}
11+
812
}

0 commit comments

Comments
 (0)