Comments medicenjoja started the conversationSeptember 20, 2022 at 2:13amHello, could you help me with these errors that firebase is telling me?https://prnt.sc/3BNaZ48YuDWHThese are the rules I am using in firebase:{ "rules": { ".read": "auth != null", ".write":"auth != null", "notifications":{ ".indexOn":["status"] }, "users":{ "$uid":{ "chats":{ ".indexOn":["lastUpdated"] } } } }}[deleted] repliedSeptember 20, 2022 at 2:43pmwell in place of :{ "rules": { ".read": "auth != null", ".write":"auth != null", "notifications":{ ".indexOn":["status"] }, "users":{ "$uid":{ "chats":{ ".indexOn":["lastUpdated"] } } } }}change the line in rules : ".indexOn":["lastUpdated"]to ".indexOn":["firebaseUid"]1 Likemedicenjoja repliedSeptember 24, 2022 at 2:37pmThank you. You can close this ticket now Sign in to reply ...
Hello, could you help me with these errors that firebase is telling me?https://prnt.sc/3BNaZ48YuDWH
These are the rules I am using in firebase:
{
"rules": {
".read": "auth != null",
".write":"auth != null",
"notifications":{
".indexOn":["status"]
},
"users":{
"$uid":{
"chats":{
".indexOn":["lastUpdated"]
}
}
}
}
}
well in place of :
{
"rules": {
".read": "auth != null",
".write":"auth != null",
"notifications":{
".indexOn":["status"]
},
"users":{
"$uid":{
"chats":{
".indexOn":["lastUpdated"]
}
}
}
}
}
change the line in rules :
".indexOn":["lastUpdated"]
to ".indexOn":["firebaseUid"]
Thank you. You can close this ticket now