Necesito Ayuda con Subiendo imagenes (Firebase Storage, upload file)

Set StorageBucket

To try use this permission
rules_version = '2';
service firebase.storage {
match /b/{bucket}/o {
match /{allPaths=**} {
allow read, write;
}
}
}