summaryrefslogtreecommitdiff
path: root/database.rules.json
blob: f54493dbd691d3ca43c76ccf4076c0ab339ab5b0 (plain)
1
2
3
4
5
6
7
{
  /* Visit https://firebase.google.com/docs/database/security to learn more about security rules. */
  "rules": {
    ".read": false,
    ".write": false
  }
}