diff --git a/.firebaserc b/.firebaserc index 0ee1adf..8c0fefa 100644 --- a/.firebaserc +++ b/.firebaserc @@ -2,4 +2,4 @@ "projects": { "default": "project-8970125030784982605" } -} \ No newline at end of file +} diff --git a/firebase.json b/firebase.json index d78994b..ca3cb11 100644 --- a/firebase.json +++ b/firebase.json @@ -107,5 +107,8 @@ } ] }, - "rules": "config/security-rules.json" + "rules": "config/security-rules.json", + "database": { + "rules": "config/security-rules.json" + } }