docs: better copy

This commit is contained in:
Liyas Thomas
2021-04-23 11:38:56 +00:00
committed by GitHub
parent 88b32e317a
commit fc05a4bb78
5 changed files with 12 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ service cloud.firestore {
match /{document=**} {
allow read, write: if request.auth.uid != null;
}
// Make sure the uid of the requesting user matches name of the user
// Make sure the uid of the requesting user matches the name of the user
// document. The wildcard expression {userId} makes the userId variable
// available in rules.
match /users/{userId} {