Storing multiple data under one tag in firebase

Hello, I am new to MIT App Inventor and have a project that I would like to get working on. I want to know how I can store more than one data under a tag using Firebase in my registration form so that I can place these values on the user's profile that I would make. I tried to use store and append values under the same tag and used different values to store but errors would appear. Any help would be appreciated, thank you.

Help

You need to store an empty list to begin with, then you can append items to that list.

1 Like

If you learn to use dictionaries, you can avoid having to count list indexes to get individual user attributes.