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 5fa5f87 commit 51f4a7aCopy full SHA for 51f4a7a
packages/nuxt/playground/firestore.rules
@@ -28,6 +28,9 @@ service cloud.firestore {
28
match /configs/jORwjIykFo2NmkdzTkhU {
29
allow read, write;
30
}
31
+ match /secrets/{userId} {
32
+ allow read, write: if request.auth.uid == userId;
33
+ }
34
match /bug-reports/{issue}/demo-files/{id} {
35
36
0 commit comments