mirror of
https://github.com/jonashaefele/audiopen-obsidian.git
synced 2026-07-22 10:20:23 +00:00
14 lines
No EOL
250 B
JSON
14 lines
No EOL
250 B
JSON
{
|
|
"rules": {
|
|
"users": {
|
|
"$uid": {
|
|
".read": "$uid === auth.uid && auth.provider != 'anonymous'"
|
|
}
|
|
},
|
|
"buffer": {
|
|
"$uid": {
|
|
".read": "$uid === auth.uid && auth.provider != 'anonymous'"
|
|
}
|
|
},
|
|
}
|
|
} |