Hi everyone, I'm new to the MERN tech stack and I'm seeking input on my current approach. I'm utilizing Cloud services, which are free for up to 5,000 monthly active users. To elaborate, SuperTokens will handle the storage of user details for signups, whether through standard login or social login, allowing me to oversee user interactions via the designated dashboard. My plan is to replicate each user's information stored in SuperTokens and archive it in my MongoDB users collection for potential future requirements. Is this duplication strategy advisable, or do you have any recommendations? Thanks in advance.