I\'m trying to upload an image taken by the camera in an android application to Firebase storage. The problem is that after I take the picture, in the confirmation activit
activit
if(requestCode == CAMERA_REQUEST && resultCode == RESULT_OK){ Bitmap mImageUri = (Bitmap) data.getExtras().get("data"); select.setImageBitmap(mImageUri); }
then start posting