Firebase – Convert base64 string to image from ESP32-cam
I'm trying to convert a base64 string to an image but nothing works, I am receiving this base64 String in a firebase from ESP32-CAM: this is the image string here this is the code: databaseReference.child("esp32-cam-data").addValueEventListener(new ValueEventListener() { @Override public void…