mmday-firebase/database.rules.json
BaekRyang a3a13e408a init
2026-04-02 09:00:10 +09:00

6 lines
78 B
JSON

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