79217377

Date: 2024-11-23 07:54:30
Score: 1.5
Natty:
Report link
rules_version = '2';

service firebase.storage {
  match /b/{bucket}/o {
 match /{allPaths=**} {
     allow read, write;

    }
​

  }

}

​

User this it will solve your problem

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: DevMukh