Skip to content

Commit 7d63ef3

Browse files
mikedoryjhuleatt
authored andcommitted
Update firestore.rules (firebase#629)
Fixing a typo.
1 parent 8ef21a0 commit 7d63ef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
service cloud.firestore {
22
match /databases/{database}/documents {
33
match /messages/{message} {
4-
// Allow authnticated users to read/write the messages collection
4+
// Allow authenticated users to read/write the messages collection
55
allow read, write: if request.auth != null;
66
}
77
}
8-
}
8+
}

0 commit comments

Comments
 (0)