Last active
December 18, 2020 10:41
-
-
Save alpacas9/7c12d879722c145a3a62e5718db97c08 to your computer and use it in GitHub Desktop.
realtime database rules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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