We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b538840 commit df85b36Copy full SHA for df85b36
database.rules.json
@@ -0,0 +1,7 @@
1
+{
2
+ /* Visit https://firebase.google.com/docs/database/security to learn more about security rules. */
3
+ "rules": {
4
+ ".read": false,
5
+ ".write": false
6
+ }
7
+}
0 commit comments