summaryrefslogtreecommitdiff
path: root/database.rules.json
diff options
context:
space:
mode:
Diffstat (limited to 'database.rules.json')
-rw-r--r--database.rules.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/database.rules.json b/database.rules.json
new file mode 100644
index 0000000..f54493d
--- /dev/null
+++ b/database.rules.json
@@ -0,0 +1,7 @@
+{
+ /* Visit https://firebase.google.com/docs/database/security to learn more about security rules. */
+ "rules": {
+ ".read": false,
+ ".write": false
+ }
+} \ No newline at end of file