I fetch the video url from firebase and I am able to download it to my device properly. I used this to do so. The problem is that I want to share the downloaded video immediately inside my app and don't want to go to my camera roll. I try to use the UIActivityViewController to do so and photos work fine.
I haven't found out a way to access the created asset I downloaded (see link above). currently I am only sending the url where a user can see the video like this : "https://firebasestorage.googleapis.com/v0/b/funcloud-8e84e.appspot.com/o/Posts%2F49DD8F34-EA03-45D1-A4D8-463049421A95?alt=media&token=caefd0c9-4a31-4616-9f58-fb769acf8103"
But instead I want to send the downloaded video as one like when you send a video via camera roll. Any idea?