I am using ionic and firebase. I am trying to send the img url to facebook shareing using the Ionic Cordova social sharing plugin.
share(message, subject, file, url)
When I send the img url from my database it says url not valid. Therefore I am trying to convert the download url to base64 image so I can share it. Any idea how can I achieve this? Thanks for your helps in advance