-
Notifications
You must be signed in to change notification settings - Fork 39
Validation not working #6
Copy link
Copy link
Open
Description
I have a very simple firebase DB with rules preventing read access from certain nodes, but no matter what validation (.read, .write, .validate) I apply, none of them are being checked, cause I get access to the data either way. I even went ahead and prevented any type of access (.read is false for the top rules node) but I still can access every node no matter what.
Note: If I check the validation rules on the firebase rule simulator, I get the desired effect.
Is your code bypassing/overwriting the validation rules in any way? Do you have any idea about what may be causing this problem?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels