Last active
September 27, 2017 12:53
-
-
Save Yatima-Kagurazaka/061e8730b95c98e4e8bb16decceb6f4a to your computer and use it in GitHub Desktop.
(consistency)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"rules": { | |
"test": { | |
"test": { | |
".write": "true", | |
"foo": { | |
".validate": "newData.isString()", | |
}, | |
"bar": { | |
".validate": "newData.val() == newData.parent().child('foo').val()", | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment