Need help regarding Firebase

i get it but...

I dont undestand this part. Why did you use the following number: 290320...
if thats a clock component..which means that the value will change everytime i save a data...

I used that number because you used it as a subtag to your news data here

image

Your projectBucket is AppDev305

Your data is located under id/29032023044543

{"Link:""ueu""......}


You can get values from fb by multiple ways..

1 Like

image
i deleted the previous data on the firebase just for the sake of undestanding it


this is what it shows up. Now, with the event tag, please explain what should i be changing (sorry for the dark text, ill be changing right now)

It should be obvious to you that you need to change:

image

to

image


so like this?


Im getting this error

Set project bucket as Events\id

In the firebase get value block, if value not found place you have added empty string, there pls use create empty dictionary and try once again

image

(Note: If you use firebase get value block, then no need of web component.. If you call data as json format using web component, then you should decode the json..)

woah it worked!
but with this, it doesnt let me add new news for it, and it just shows that, which it isnt what i would like to do

thats why i found it interesting to use ListView component, since it shows the data & people will still be able to see the past news, until i delete them..somehow

You want to add in the existing firebase tag ? Or new tags? Along with values?

In the list view, how do you want the data to be printed? Every tag as separate element or all the three tag with values as single element?


Okay, ive went ahead and removed the timer tag, since im not going to use it.

image
now, ive went ahead and tried changing this line of the code, where we get the tags, and removed the previously stated "number"

^^

Ill be only using those 3 tags. Materia, Links & Noticias.
but ill change them often, almost everyday, but i would still like to people be able to see them, thats why i wanted to use a ListView, and dont get me wrong, it worked before ive deleted the clock timer tag


^^^
But now, im not getting any values (like, its not receiving anything) , it must be from this:
image
How do i fix it?

The obtained result is not a string (but it is list).. so listview block, try with set elements

i did, but it doesnt even let me connect to it, and with ElementsFromString, it was working fine
image

That's what I am typing .. so not use replace block..

i get it, but where JoinItemsUsingSeparator would be?

and about this, what should i do?

or

or
if you want as sinlgle element, try this

or

i am not getting any data, now again:

how do i fix this? im not getting any data
im not using any numbers, i removed them, as stated here

pls show your realtime fb structure

image