Firebase
- 4 ответа
- 0 вопросов
0
Вклад в тег
service firebase.storage {
match /b/{bucket}/o {
match /publicFolder/{allPaths=**} {
allow read, write;
}
match /{allPaths=**} {
allow read, write: if request.auth != null;
}
}
}