mirror of
https://github.com/bvanroll/little_people_firebase.git
synced 2025-08-28 11:22:39 +00:00
7 lines
160 B
JSON
7 lines
160 B
JSON
{
|
|
/* Visit https://firebase.google.com/docs/database/security to learn more about security rules. */
|
|
"rules": {
|
|
".read": true,
|
|
".write": false
|
|
}
|
|
} |