Revision 154289305ebba2520ac11ab8a2e239b6a94505d5 authored by Matias Niemelä on 22 May 2018, 23:16:26 UTC, committed by Matias Niemelä on 22 May 2018, 23:16:26 UTC
1 parent 469b1e4
Raw File
database.rules.json
{
  "rules": {
    ".read": "auth != null",
    ".write": "auth != null"
  }
}
back to top