Skip to content

Instantly share code, notes, and snippets.

@tmaxxdd
Created May 22, 2019 13:04
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save tmaxxdd/03aeb046765744f0fe8beb0eb1581f09 to your computer and use it in GitHub Desktop.
// Simple rules that allow everyone to fetch the data
// and change it only by admin.
{
"rules": {
".read": true,
".write": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment