I'm migrating data from a Google Firebase database to the .net platform and this db has a lot of images. I get them from firebase in json format which is text and need to convert them to image files. I have attached a sample of one of the images. Note: all images start with "/9j/". Not sure what this is. All images were created from iOS and Android devices. What would be the c# code to do this?
Thanks.