Closed vdias38 closed 5 years ago
On reproducing the error:
vendor.js:1 FIREBASE WARNING: Using an unspecified index. Your data will be downloaded and filtered on the client. Consider adding ".indexOn": "date" at /reports to your security rules for better performance.
I've update database rules to
{
"rules": {
".read": "auth !== null",
".write": "auth !== null",
"reports": {
".indexOn": ["group", "date"]
}
}
}
And freeze it not happens again
Expected behaviour
Tell us what should happen
Actual behaviour
Steps to reproduce
Expected responses