jbearer / MusicHack

Virtual jukebox for the Spring '16 5c Hackathon
0 stars 0 forks source link

Look into using targaryen instead of firebase-security-tester for rules tests #10

Closed hmc-cs-jbearer closed 8 years ago

hmc-cs-jbearer commented 8 years ago

firebase-security-tester simply evals the rules, which doesn't account for $ variables. targaryen seems to avoid this problem by statically analyzing the rules before evaluating.