Share amount of data in number

Hi guys, do you know how I can know the amount of data that I request from a list of labels in a numeric character.

for example:

I ask for the “stuff” tag list

and stuff contains:

  • pencil
  • paper
  • draft
  • pencil sharpener

so what I want is the number: 4
Use firebase

Get tag list returns a list, you would just need to take the length of that list as your “amount of data”.

2 Likes

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