Help with the firebase

Problem is with tag list.

When tag list contains only integers like 1, 2, 3… Get tag list block will not work.

2 Ways to solve it:

  1. Add one more tag in your tag list which should not be number for eg. “k” and place any value.

  2. In your tag list instead of just numbers store tag as “tag1” “tag2” “tag3” like wise.

1 Like