Coverage increased (+0.2%) to 94.515% when pulling 426e99de3182fde050fd937b8fb90e333aa80794 on dinoboff:fix/computed-property-access-115 into f13b3716cd542fdc3b390f2baad2182c6a3bb294 on goldibex:master.
Coverage increased (+0.2%) to 94.515% when pulling 426e99de3182fde050fd937b8fb90e333aa80794 on dinoboff:fix/computed-property-access-115 into f13b3716cd542fdc3b390f2baad2182c6a3bb294 on goldibex:master.
Coverage increased (+0.2%) to 94.515% when pulling 426e99de3182fde050fd937b8fb90e333aa80794 on dinoboff:fix/computed-property-access-115 into f13b3716cd542fdc3b390f2baad2182c6a3bb294 on goldibex:master.
Firebase allows 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.