Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
🔀 Merge pull request #29 from smeagolem/hotfix/database-rules
Browse files Browse the repository at this point in the history
Hotfix/database rules
  • Loading branch information
denovodavid committed Jul 19, 2017
2 parents adb4822 + a4ef92f commit f0a9676
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions database.rules.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"rules": {
"users": {
"$uid": {
".read": "auth != null && auth.uid === $uid",
".write": "auth != null && auth.uid === $uid"
}
"$uid": {
".read": "auth != null && auth.uid === $uid",
".write": "auth != null && auth.uid === $uid"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newt",
"version": "2.1.0",
"version": "2.1.1",
"description": "A note taking webb app.",
"author": "smeagolem",
"private": true,
Expand Down

0 comments on commit f0a9676

Please sign in to comment.