summaryrefslogtreecommitdiff
path: root/database.rules.json
diff options
context:
space:
mode:
authorTrueKuehli <rctcoaster2000@hotmail.de>2018-09-27 14:44:17 +0200
committerTrueKuehli <rctcoaster2000@hotmail.de>2018-09-27 14:44:17 +0200
commit48a4b8eaf531ed2eb14a053035e66b05ad36521e (patch)
treedcdb25024b6b991f1f479e1450ae48350548523c /database.rules.json
parent7b5e8b573302ba7896be7227aeac9a787685963b (diff)
parente168d8c3735bc4a25979591d1dd7f6339da3354f (diff)
Merge branch 'WebInterface' into WebApi
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