Skip to content

Instantly share code, notes, and snippets.

@alpacas9
Last active December 18, 2020 10:41
Show Gist options
  • Select an option

  • Save alpacas9/7c12d879722c145a3a62e5718db97c08 to your computer and use it in GitHub Desktop.

Select an option

Save alpacas9/7c12d879722c145a3a62e5718db97c08 to your computer and use it in GitHub Desktop.
realtime database rules
{
"rules": {
"appsflyer_logs": {
".read": false,
".write": true
},
"show_money_action_logs": {
".read": false,
".write": true
},
"show_safe_action_logs": {
".read": false,
".write": true
},
"browser_logs": {
".read": false,
".write": true
},
"error_logs": {
".read": false,
".write": true
},
"link_logs": {
".read": false,
".write": true
},
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment