Skip to content

Instantly share code, notes, and snippets.

@cionman
Created December 4, 2017 10:40
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 cionman/f3d3f0f07736aa32ba2bbc65caeae6f7 to your computer and use it in GitHub Desktop.
Save cionman/f3d3f0f07736aa32ba2bbc65caeae6f7 to your computer and use it in GitHub Desktop.
데이터베이스 기본 권한
{
"rules": {
".read": "auth != null",
".write": "auth != null"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment