2
0
Fork 0
mirror of https://github.com/romancm/gamebrary synced 2024-12-30 13:03:08 +00:00
gamebrary/config/firebase/database.rules.json
2018-10-18 22:15:28 -07:00

7 lines
No EOL
159 B
JSON
Executable file

{
/* Visit https://firebase.google.com/docs/database/security to learn more about security rules. */
"rules": {
".read": true,
".write": true
}
}