does the firebase database online editor ignore security rules
问题 I have rules set up that ensure a foreign key like constraint: when I put data at a certain path, the key is validated to exist at another node. Rule snippet: "app": { "freebies": { "$provider_id": { ".validate": "newData.parent().parent().parent().child('app').child('providers').child($provider_id).val() != null" } } } If I run a simulation with these params Write to /app/freebies width data: {"totally_fake": 1} This fails, which is CORRECT. On the other hand, if I just go to the online