FrankChung
FrankChung
If the Init() is called after SetSetting(), the flags() will replace the settings set previously.
My bolt file: ``` path /test is Test {} type Test { validate() { this.beginsWith(this) } } ``` output json: ``` { "rules": { "test": { ".validate": "newData.val().beginsWith(newData)" } }...
Here is my bolt-testing.js: var bolt = require('firebase-bolt'); var rulesSuite = bolt.rulesSuite when I run `mocha bolt-testing.js --ui tdd` I will get this error TypeError: rulesSuite is not a function...
As title, for example in the demo page, if press "back" in the PhotoSwipe view and then the gallery cannot be opened again. after dip, the reason is: ``` this.photoSwipe.items.length...