Hello, We have an endpoint /customer/image.jpg that returns:
{
base64Image: "data:image/jspeg;base64jgsjdhgfsjdhgfjshd"
}
We want to load this encoded image using coil ->> AsyncImage method. We have long list of data. Is it correct implementation from backed team that returns base64 json data that need to be parse first then load into Image composable. Do we any other optimal solution using compose or native framework?