mirror of
https://github.com/comatory/fb2iCal
synced 2025-01-29 00:19:22 +01:00
fix: allow writing logs to firebase DB
This commit is contained in:
parent
c4cbc3ca4c
commit
c693b20bc4
@ -1,6 +1,8 @@
|
||||
{
|
||||
"rules": {
|
||||
".read": "auth != null",
|
||||
".write": "auth != null"
|
||||
"$log": {
|
||||
".read": "true",
|
||||
".write": "true"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user