Get the tags from subclass in Firebase db

How to get the tags of subclass in firebase using GetTaglist/taglist?
I want to get all of the tags in Products.

image
image
image

I already solve it.

How did you solve it? So that others can learn too. :slight_smile:

I use for getValue then store it in dictionary then loop the that dict to get all the tags.

image
image
image

An easier / better way might be:

1 Like

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