Good morning!
So when a new user signs up for my app a document is created with all the information about them. Within that document is a list of strings that they are able to add to whenever they like within the app, but I would also like to have that list come pre populated with a few default values that I can show in a list view widget. I'm just not sure how to automatically populate this list when a new user document is created? Do I save this populated list as an App State list locally on the device (persisted) and when a new user document is created, within that same action (push of a button), I update the user document with this App State list variable?
Any help would be appreciated!
Thank you