How do I create a list of tags in firebase?

Oh okay, thank you for trying to help me anyway :smiley:

1 Like

Anytime! @netminderno.9apps me when you need me.

I'm a newbie so probably will ask for help pretty often, Thanks!

1 Like

See my example above.

My ProjectBucket is set to FBAddUsers

I set it to FBAddUsers too
image
Now what do I do so that it will change in the firebase?

Well, you actually set it to FB_Add_Users.....

You need to add this as a node to your Firebase, then add Users below it then add User0 : "\"Nui\"".

You have to do this all in one go before you press the Add button.

Oh, how do I add notes to the fire base?

What do you mean ? Please explain...

I meant to say nodes not notes sorry

Thank you so much ill try it out tomorrow and tell you the result :smiley:

Hey I did exactly what you did but it still says:
image
firebase:
image

Where is Business_Tycoon?

Oh I thought you just added this to look nicer or something, ill fix it one sec.

It works perfectly now, thank you. Just one last question, see if I put my nick as niu and then somebody else puts it as niu, is it possible to make it so that you cant have the same nick and there would just be a label showing for few sec saying this nick is taken?

Yes, you are calling down the data for all the users

{"User0":"timai2","User1":"nui".....}

you can therefore test the value in the textbox against the values in the list

How can I test the value in the text box against the values on the list?

Going back to my first example:

Try blocks like this:
image

Note that the usernames come back with an extra set of double quotes....
If you have sublists inside each User (name/age etc.) then you will need to iterate over each of the lists.
Alternatively you could save a separate node full of just users names to test against.

Learn about using lists:

General Tutorials

It didn't work, did I do something wrong?


image
and while testing it I realised that it stops on user3

There is a bit more work for me to do.

How many users in total do you think you will have? 80 ? 180? 1800 ?