Hey there, I faced a problem when I am trying to delete image from Firebase by url, that has already been deleted, error occurs.
Nothing bad about that, but it interrupts future actions in the chain and there is no way to check if I should delete it or not, can't query the existance of image. Also cannot catch and handle this error to keep going.
Does anyone know how to avoid this?