This video shows how to create an app which displays videos by getting urls from firebase.
The url used in RequestNetwork GET method:
https://www.youtube.com/oembed?url=ht...
(VIDEO_ID) +
&format=json
In firebase realtime database rules should be read true, write true.
The path of firebaseDb component should be same in both MainActivity and UploadActivity.