No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

database.rules.json 161B

1234567
  1. {
  2. /* Visit https://firebase.google.com/docs/database/security to learn more about security rules. */
  3. "rules": {
  4. ".read": false,
  5. ".write": false
  6. }
  7. }