We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef21a0 commit 7d63ef3Copy full SHA for 7d63ef3
quickstarts/uppercase-firestore/firestore.rules
@@ -1,8 +1,8 @@
1
service cloud.firestore {
2
match /databases/{database}/documents {
3
match /messages/{message} {
4
- // Allow authnticated users to read/write the messages collection
+ // Allow authenticated users to read/write the messages collection
5
allow read, write: if request.auth != null;
6
}
7
8
-}
+}
0 commit comments