Hi there,
I’m starting to build my app and I saw that some templates had used a different data type for user and user profile. In the user type they typically just leave the email information but for the name, last name, phone and even profile picture they created a different data type “user_profile”.
What are the best practices here? Is it advisable to use different data types for this information or just rather having all the information in one data type?
Thanks in advance!!