How to store videos in your app?

Heya thunkers :wave:
Can any of you help me please?Does anybody know how to put videos in your app

Love,
@ladynoir

@choi_beomgyu,

If you use a Media DB, you can upload a photo/video to Cloudinary, this will give you a URL which you can then save to Firebase (or some other database) , this allows you to get that later, and set the “Video” element of the video component to the URL, which will then display the Video you uploaded.

For info on how to set up Cloudinary, click here.

Hope this helps!:slight_smile:
Best,
Ian