Hello I need help!

I had several days trying to show by an Alert box data brought from a Firebase DB here is the blocks, If someone could find the error GOD BLESS YOU

It’s helpful to see the blocks you used but we need more information. What is and is not working? Are you using the snap to place or drag and drop interface?

Hello!,
Thanks for replying,
I’m using drag and drop, I already set the API and URL parameters from the database, in fact I’m able to write from the app to the Database, but to bring the list and show it in an alert… now that’s another thing

The Realtime_DB block has been replaced by cloud variables. I would recommend using those as explained in the documentation.

This topic has some examples of what those cloud variables look like: From where can we get the realtime DB block in new thunkable? - #2 by tatiang

If you can write to the Firebase realtime database then you should use cloud variables to read from it. Also, before you work on an alert, make sure you can set a label’s text to a simple value from your realtime database. What is the green value block’s value from your screenshot? And the object properties of value?