Skip to content

Commit

Permalink
Merge pull request #195 from SalihSaygi/react
Browse files Browse the repository at this point in the history
quick fix on firebase.rules
  • Loading branch information
SalihSaygi authored Feb 16, 2022
2 parents 6460794 + 8cd699d commit bdb1ef3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion react/acm-chapter-website/firebase.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"firestore": {
"rules": "firestore/firestore.rules"
"rules": "./firestore.rules"
},
"hosting": {
"public": "build",
Expand Down
1 change: 1 addition & 0 deletions react/acm-chapter-website/firestore.rules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
rules_version = "2";
service cloud.firestore {
match /databases/{database}/documents {

Expand Down

0 comments on commit bdb1ef3

Please sign in to comment.