Replacing the Web Component with Firebase Database

Hello community, I need some help. I’m building a movie application using Firebase Realtime Database. I’ve added about 15 movies so far and everything is working fine. However, I am currently using the Web component to fetch data instead of the dedicated Firebase Database component.
​I want to switch to the Firebase Database component, but I haven’t been able to get it to work on my own. I’ve attached my blocks below. Could you please help me convert these blocks to work with the Firebase Database component?


I think for now you should post/reply in your existing tops since it’s seems you have many things to configure, thou the web component is good compared to default Firebase component. I don’t know how you’re getting viewing links, I asked you here

If that site offer API to gets the streaming URL there’s no need to have a database, but to get quick help I think you must explain how this is done, where are all these movies and streaming URL are fetched, ( since all these I think already exist on the internet there’s nothing to hide,) else you will struggle more, to avoid creating another topic :raising_hands::raising_hands:

You get the API for the movie you want from the TMDB website, then you enter that API into sites like Vidsrc or Vidfast and get the link it provides. That’s how I did it.
I obtained the photos from the TMDB website, by copying the link from the poster page.
In the Firebase section, on the Realtime Database page, I’m entering the movie title, the playback link, and the photo link. That’s all I’m doing.

It’s seems you’re hiding where the streams are coming from, but mentioned it doesn’t mean someone is going still the website, since it’s designed for that works, but why am I needed these details? If you can mention the API for getting responses of viewing links, whereby we can examine the response, how they respond, adding a good approach, either without having own database, because you will struggle to add 10+ thousand movie’s manually.

If you still think you’re okay with the approach you’re using, then am off.

Have a great day :green_heart:

I only explained the steps I took. I don’t know where the videos came from; I just took the link from there and added it, that’s all.

Have you tried following this excellent guide by TimAI2?

I started a thread about this but no one is helping. The app sometimes gives a “not responding” error. I just added the 19th movie and the app has started lagging. Why is this happening? Please help.