Currently working on a social networking project that involves users selecting favorite topics. I am trying to figure out how to store the selected checkbox values so they can be displayed later on.
Does anyone know if it's possible to store this information in firestore as part of a user profile? The account creation section already allows me to save the user's name, email, and username, but checkboxes are a bit trickier for me.
Thank you in advance! I've been studying JavaScript for some time now, so please be patient with me. It's possible that I may have missed or misunderstood something basic. Thanks again!