I try to covert ByteArray to UIImage and after that CIImage to get NSURL from CIImage and upload to Firebase Storage using the url, but I receive null value from the step of getting CIImage from UIImage, do someone encountered with this issue?
I tried to convert ByteArray to NSData and create UIImage from data, it succeed, but after that step I receive null value.
New contributor
Sevak Tadevosyan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.