🌈 搜索
📅  最后修改于: 2022-03-11 14:59:45.305000             🧑  作者: Mango
rules_version = '2'; service firebase.storage { match /b/{bucket}/o { match /{allPaths=**} { allow read, write; } } }