diff --git a/database.rules.json b/database.rules.json index c0aa595..399a818 100644 --- a/database.rules.json +++ b/database.rules.json @@ -1,6 +1,8 @@ { "rules": { - ".read": "auth != null", - ".write": "auth != null" + "$log": { + ".read": "true", + ".write": "true" + } } -} \ No newline at end of file +}