Failed to Upload image to firebase storage in iOS

In my android app and website, i manage to upload image to firebase storage successfully, but in iOS the image cannot be uploaded.

the image can be captured using camera plugin but failed to change to blob and upload to storage.

i’m not familiar with iOS so is there any additional configuration needed for iOS? i already put the googleService.plist in project root.

Please help!