I have a question about saving images to a Parse bank. In Firebase it is possible to save the image path and leave it in Google Storage. In Parse I was unable to find out if I could save the image path instead of saving the converted image itself (examples I found convert the image and save it).
Does anyone know how to do it and if possible?