codelab-friendlychat-android icon indicating copy to clipboard operation
codelab-friendlychat-android copied to clipboard

Add more stringent Cloud Storage rules

Open samtstern opened this issue 3 years ago • 1 comments

Right now we have:

rules_version = '2';
service firebase.storage {
  match /b/{bucket}/o {
    match /{allPaths=**} {
      allow read, write: if request.auth != null;
    }
  }
}

We should look into ways to make access controls more effective.

samtstern avatar Jun 09 '21 10:06 samtstern

cc @rachelsaunders

samtstern avatar Jun 14 '21 10:06 samtstern