I already found a similar question here but that was asked almost 2 years ago. Currently, I am working on a video streaming app for Android and I was thinking if using Firebase to host the videos is a viable option.
I tried using the URL of the video stored in Firebase storage to play the video in my app and it is working just fine.
But I searched online and found that everybody is advising not to use Firebase for the same. Is there any particular reason why Firebase shouldn't be used for this purpose?
P.S. In my case, all the videos that need to be streamed will be in HD and will have a longer time duration.
Any help will be appreciated. Thanks in advance.