Retrieve manually stored mp4 video files from Firebase Storage

Is there a resource on how to retrieved manually stored mp4 files from Firebase Storage and then presenting them preferably in SwiftUI

Be careful about storing large amounts of mp4 data in Firebase Storage. At some point you are going to be charged for using up database resources beyond your “Free” limit. If that’s not of concern then yes you can do that.

Here’s a stack overflow thread that might be of assistance: