Hello everyone, I need some advice on the best procedure to implement this functionality:
I'm developing a system where users answer questions before registering. The responses are saved in the database with a temporary ID generated by the client and stored locally. Later, when the user completes registration (using Email & Password or social login methods), I want to associate those previously saved responses with the newly created user account.
What's the most correct way to handle this association?
Thanks in advance for your suggestions!