Skip to content

Commit

Permalink
Update firestore.rules
Browse files Browse the repository at this point in the history
Co-authored-by: Kirk Swenson <[email protected]>
  • Loading branch information
scytacki and kswenson authored Sep 19, 2024
1 parent 62d0166 commit 2722e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firestore.rules
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ service cloud.firestore {
}

// In the future, developers might use a random unique key instead of
// the firebase user id. So this rule is relaxed inorder to allow that.
// the firebase user id. So this rule is relaxed in order to allow that.
match /dev/{devId}/{restOfPath=**} {
allow read, write: if isAuthed();
}
Expand Down

0 comments on commit 2722e42

Please sign in to comment.