How to get Streaming link from Firebase

I am new to this and been building my second app. It is actually a Live streaming app. I want to get link from Firebase and then load and play the link with Video player.
Any ideas or detailed explanation on how to do it.

This post was flagged by the community and is temporarily hidden.

1 Like

Well Tbh I actually wanted to ask about Block Coding​:slightly_smiling_face: as I knew this. But I don’t know how to use the Firebase functionality to get the link from Database and then load it into the video player link. Anyways thanks for helping

providing detailed coding instructions can be quite complex. However, I’m here to guide you through the process and help you grasp the essential steps and concepts involved in block coding with Firebase. Learning to code often involves trying out different blocks and seeking advice from experts in block coding. Remember that coding is a skill that takes time to develop, so it’s important to be patient and persistent.

well this is what I did
=>When.Screen.Initialize CallFirebaseDB.GetValue tag"URL", value if tag not there “Something went wrong”
=>When FirebaseDB,GotValue do set global URL to GetValue, call VideoPlayer.Start, set VideoPlayer Source to get Global URL

I only used this but it on exporting app it is showing this error
Error 701: Unable to load 0

Hi, maybe this :point_down: can help you.