mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 01:15:49 +08:00
7 lines
161 B
JSON
7 lines
161 B
JSON
|
{
|
||
|
/* Visit https://firebase.google.com/docs/database/security to learn more about security rules. */
|
||
|
"rules": {
|
||
|
".read": false,
|
||
|
".write": false
|
||
|
}
|
||
|
}
|