You'll need to convert the image data to a base64 string using the getDataByObjectURL API when you write it to your DB. Then when you read it back you can just pass that data directly to your Image component.
1 Like