Skip to content

Commit

Permalink
Merge pull request #111 from codeforjapan/yash/fix-storage-rules
Browse files Browse the repository at this point in the history
[bug] Storage - Rules
  • Loading branch information
shogo-mitomo authored May 6, 2020
2 parents f27a42c + 81f1a29 commit 313e78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebase.storage.rules
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ service firebase.storage {

match /{organizationCode}/positives.json.gz {
allow read: if request.auth != null
&& request.auth.organizationCode == organizationCode
&& request.auth.token.organizationCode == organizationCode
}
}
}

0 comments on commit 313e78b

Please sign in to comment.