Bug or fix the blocks?

This first part you circled serves:
Register a name and if that name already has it in the TAG list, it will not allow me to store again. Don’t let me store the same name.

Otherwise, it lets me store the name you entered.

Yes, you store that in firebase. But after storing, the ListaTag is erased. so next time there should be no entry in ListaTags

For me here does not erase. The list is stored in the database and new tags are added as many times as desired. :slightly_smiling_face: :blush:

but at last its calling get tags again and after that list will get refill with new data

UPDATE

I got it. “set Firebase_DB1.get Tag List” to “global ListaTags”


1 Like

at first we call get tags,
when got tags, we stored them to a list,

and compare data from that list.
and store data,
then clear that list, and called get tags again, so it will get tags again and save them to that list again… simple

2 Likes

I took a look into .aia and found it

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.