Closed
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
Current Limitation
If you mistype a configuration in the cloud validator, it can lead to cloud functions not functioning as expected, which could lead to further problems.
And example would be typing requiredUser: true
instead of requireUser: true
. As far as the developer is concerned, the cloud function is restricted to users only, but the setting has no effect as it's mistyped.
Feature / Enhancement Description
A log if an unsupported validation configuration is entered, so that developers can be aware that the validator won't function as they expected.
E.g: "requiredUser" is not a supported cloud validator parameter. See this link for a full list of cloud validator parameters.