I try to do a project using firebase . But i dont know how to write code to check whether a firebase tag already exist or not in my firebase realtime database?

Please help me .It is students project.

1 Like

Run the Firebase GetTags block

Iterate over the value returned (it will be a list) and test if the tag you are looking for is there.

1 Like

blocks (1)

Isn’t that what the valueIfTagNotThere input is for?

When the value arrives, check it against your unlikely missing value.
blocks

(I assume you will never ever use ‘Zipittydoodah’ in your data.)

1 Like

thanks dear