Skip to content

Instantly share code, notes, and snippets.

@nicopenaredondo
Created December 3, 2019 03:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicopenaredondo/fe9b0ca7c5111e93950c5914969eb40b to your computer and use it in GitHub Desktop.
Save nicopenaredondo/fe9b0ca7c5111e93950c5914969eb40b to your computer and use it in GitHub Desktop.
{
"rules": {
".read": "auth != null",
".write": "auth != null",
"MobileAppVersion": {
".read": "true"
},
"queue": {
".read": "true",
"tasks": {
".indexOn": "_state",
".write": "true"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment