Upload Online File to Firebase Storage Flutter
I get an audiofile from an API call, and I want to upload this file to my Firebase storage. The API calls returns: {"success": true, "path": "https://developer.wontgivetheexactpath.mp3"} When I click on the path, it automatically downloads the audio in my…