Hi All,
I’m looking to host music files in cloud storage (AWS S3/FireBase Storage) and download them at runtime.
I noticed that VPlay 2.17 includes things that help to achieve this, e.g. DownloadableResource. Are there any instructions on using FireBase Storage in conjunction with VPlay’s DownloadableResource, along with a secret key to protect them, to download these files at runtime?
It seems that the DownloadableResource is mostly for direct HTTP GET requests rather than interfacing with services like FireBase Storage/AWS S3 but I might be wrong about that.
Many thanks!