1
I have a question about how to save images in a Parse bank. In Firebase it is possible to save the image path and leave it in Google Storage. Already in Parse I could not find if it is possible to save only the image path instead of saving the converted image itself in the bank (examples I found convert the image and save).
Someone knows how to do it and if it’s possible?