mirror of https://github.com/flutter/pinball.git
parent
af45cf9541
commit
07336c55d0
@ -0,0 +1,9 @@
|
||||
rules_version = '2';
|
||||
service firebase.storage {
|
||||
match /b/{bucket}/o {
|
||||
match /{folder}/{imageId} {
|
||||
allow read: if imageId.matches(".*\\.png") || imageId.matches(".*\\.jpg");
|
||||
allow write: if false;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in new issue