Skip to content
This repository was archived by the owner on Sep 6, 2019. It is now read-only.

Commit 9bfffd8

Browse files
feat: introduce User Management page (#299)
1 parent cfb4085 commit 9bfffd8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+10555
-15270
lines changed

data/security.rules.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
}
2020
},
2121
"users": {
22+
".read": "auth != null && root.child('users').child(auth.uid).child('roles/superadmin').val() === true",
2223
"$uid": {
2324
".read": "auth != null && auth.uid == $uid || root.child('users').child(auth.uid).child('roles/superadmin').val() === true",
2425
".write": "auth != null && auth.uid == $uid || root.child('users').child(auth.uid).child('roles/superadmin').val() === true"

data/seed.settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
}
6262
},
6363
{
64-
"inHead": false,
64+
"inHead": true,
6565
"element": "script",
6666
"value": "window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;ga('create', 'UA-107089312-2', 'auto');",
6767
"attributes": {

0 commit comments

Comments
 (0)