Revision f09a266e01e746c802c4d0e132f78a05612ea177 authored by Miško Hevery on 23 August 2017, 20:01:42 UTC, committed by Miško Hevery on 23 August 2017, 20:01:42 UTC
1 parent 3853fff
Raw File
database.rules.json
{
  "rules": {
    ".read": "auth != null",
    ".write": "auth != null"
  }
}
back to top