Facebook-Events-iCal-Converter/database.rules.json

6 lines
78 B
JSON

{
"rules": {
".read": "auth != null",
".write": "auth != null"
}
}