Untitled

 avatar
unknown
plain_text
6 months ago
237 B
1
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