1
0
mirror of https://github.com/comatory/fb2iCal synced 2025-01-30 00:44:50 +01:00

fix: allow writing logs to firebase DB

This commit is contained in:
Ondřej Synáček 2020-12-12 14:04:04 +01:00
parent c4cbc3ca4c
commit c693b20bc4

View File

@ -1,6 +1,8 @@
{ {
"rules": { "rules": {
".read": "auth != null", "$log": {
".write": "auth != null" ".read": "true",
".write": "true"
}
} }
} }