Closed dinoboff closed 7 years ago
Firebase allow RuleDataSnapshot via computed property if the property is a literal node:
root["exists"]()
root["exi" + "sts"]()
root[$foo]()
Firebase allow RuleDataSnapshot via computed property if the property is a literal node:
root["exists"]()
is allowed;root["exi" + "sts"]()
is not allowed;root[$foo]()
is not allowed.