mirror of
https://github.com/ClaytonWWilson/CS307-Team24.git
synced 2025-12-13 01:18:46 +00: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
|
|
}
|
|
} |