Skip to content

Instantly share code, notes, and snippets.

@AZaviruha
Created June 28, 2017 06:46
Show Gist options
  • Save AZaviruha/ac12f1ae111e3647871ae28b5386d6c5 to your computer and use it in GitHub Desktop.
Save AZaviruha/ac12f1ae111e3647871ae28b5386d6c5 to your computer and use it in GitHub Desktop.
Anki multiple checkboxes example (Firebase rules)
{
"rules": {
".read": true,
".write": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment