monkeytype/database.rules.json

7 lines
161 B
JSON
Raw Normal View History

2020-05-09 08:29:47 +08:00
{
/* Visit https://firebase.google.com/docs/database/security to learn more about security rules. */
"rules": {
".read": false,
".write": false
}
}