Untitled
Anonymous
plain_text
10/31/2024 12:48 AM
316 B
14
Indexable
{
"rules": {
".read": "auth != null",
".write": "auth != null",
"current_weight": {
".read": true // Bisa dibaca tanpa auth
},
"feeding_schedules": {
".read": true // Bisa dibaca tanpa auth
}
}
}Editor is loading...
Leave a Comment