Hi, I’m developing a website using auth0 as my login authenticator. My website allows users to create an account and sign in, where they’re able to create a list of items. Currently, my project is deployed on heroku, with my cleardb mysql as the database for my backend data (like the list). I know this question is quite broad and may sound silly to some (I’m very new at web dev), but once a user signs in and creates a list, how can I have the website store and remember the list they made the next time they sign in? Do I just pass the auth0 id as a primary key to my cleardb mySQL database with the list data they created while signed in?
If so, how can I do this? Is this possible using the free plan? This is different from the paid plan custom database connection correct?