api-client/database.rules.json

7 lines
161 B
JSON
Raw Normal View History

2019-10-03 09:46:39 +00:00
{
/* Visit https://firebase.google.com/docs/database/security to learn more about security rules. */
"rules": {
".read": false,
".write": false
}
}