mirror of
https://github.com/romancm/gamebrary
synced 2024-11-10 13:44:16 +00:00
7 lines
159 B
JSON
7 lines
159 B
JSON
|
{
|
||
|
/* Visit https://firebase.google.com/docs/database/security to learn more about security rules. */
|
||
|
"rules": {
|
||
|
".read": true,
|
||
|
".write": true
|
||
|
}
|
||
|
}
|