How to save list in firebase or firestore?

I am using or firebase to store the data of my clients (clients), however, I do not know how to save an etherminated value as a list. can someone help me?

Hey @ronymarcosdci,

You could store it as a csv? [“item”,“item”,“item”]

Alternatively you could store them as separate attributes and list them that way.

Hello @eoinparkinson

would you have an example?

Hi
At the beginning, just add a list of three item to the Firebase. This will create a list.
Then do in list add item at last block to add more items to your list.