My rules are:
{
"rules": {
".read": true,
".write": true,
"Recent": {
".indexOn": ["userID", "chatRoomID"]
}
}
}
Still I'm getting:
[FirebaseDatabase] Using an unspecified index. Consider adding ".indexOn": "chatroomID" at /Recent to your security rules for better performance
How do I have to set it properly? I have tried the last 20 minutes, but can't get is right. Help is very appreciated.