Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: allow literal computed property access (#115) #116

Merged
merged 1 commit into from
Jan 24, 2017

Conversation

dinoboff
Copy link
Collaborator

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.

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.
@dinoboff dinoboff force-pushed the fix/computed-property-access-115 branch from 56efe97 to 426e99d Compare January 24, 2017 13:51
@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 94.515% when pulling 426e99d on dinoboff:fix/computed-property-access-115 into f13b371 on goldibex:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 94.515% when pulling 426e99d on dinoboff:fix/computed-property-access-115 into f13b371 on goldibex:master.

@coveralls
Copy link

coveralls commented Jan 24, 2017

Coverage Status

Coverage increased (+0.2%) to 94.515% when pulling 426e99d on dinoboff:fix/computed-property-access-115 into f13b371 on goldibex:master.

@dinoboff dinoboff merged commit 595fc2f into goldibex:master Jan 24, 2017
@dinoboff dinoboff deleted the fix/computed-property-access-115 branch January 24, 2017 13:55
@dinoboff dinoboff modified the milestone: 3.0.1 Jan 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants