Skip to content

Commit

Permalink
add ratings
Browse files Browse the repository at this point in the history
  • Loading branch information
ryzizub committed Nov 7, 2019
1 parent c752bb7 commit 88558a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions firestore.rules
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@ service cloud.firestore {
match /rooms/{document=**} {
allow read;
}
match /ratings/{document=**} {
allow create;
}
}
}

0 comments on commit 88558a9

Please sign in to comment.