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:
parent
c4cbc3ca4c
commit
c693b20bc4
@ -1,6 +1,8 @@
|
|||||||
{
|
{
|
||||||
"rules": {
|
"rules": {
|
||||||
".read": "auth != null",
|
"$log": {
|
||||||
".write": "auth != null"
|
".read": "true",
|
||||||
|
".write": "true"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user