How to play youtube videos from firebase

how play youtube videos from firbase

It’s simple bro
Get the video id from Firebase and load it in a Video Player

1 Like
  1. Connect the firebase to your app .using token and realtime database URL and give a name for your project bucket
  2. in Firebase under that Project bucket add youtube links .
  3. now in kodular . Use call tag list block then using that tag now use call value block then you will get YouTube url then place that value in youtube player .
1 Like

any correction
1518

but its not working

Is any error showing or ‘just it is not working’ ?

Maybe you have also to use a timer at Firebase_Database.GetValue like in my example app to get it working:

… or try the YT extension by Andrés Cotes