mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 04:19:06 +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
|
||
|
}
|
||
|
}
|