Skip to content

Commit 51f4a7a

Browse files
committed
chore: missing rules
1 parent 5fa5f87 commit 51f4a7a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/nuxt/playground/firestore.rules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ service cloud.firestore {
2828
match /configs/jORwjIykFo2NmkdzTkhU {
2929
allow read, write;
3030
}
31+
match /secrets/{userId} {
32+
allow read, write: if request.auth.uid == userId;
33+
}
3134
match /bug-reports/{issue}/demo-files/{id} {
3235
allow read, write;
3336
}

0 commit comments

Comments
 (0)