Reputation: 2697
i want to create client-server apps, where client using Android
and Server using Web Apps.
the question is, How to transfer video file from Server to all client ?
at the server, we're doing upload video files and client receive update (files). i assume this, client can download using cloud help, but i dont know what technology can be used at this.
Upvotes: 0
Views: 95
Reputation: 93
This looks like a use case for Google's Cloud Storage for Firebase:
https://firebase.google.com/products/storage/
Upvotes: 1