Created
June 28, 2017 06:46
-
-
Save AZaviruha/ac12f1ae111e3647871ae28b5386d6c5 to your computer and use it in GitHub Desktop.
Anki multiple checkboxes example (Firebase rules)
This file contains hidden or 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": { | |
".read": true, | |
".write": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment