cristighr1995 / Holiholic

A trip planner and travel guide application which offers activity suggestions and personalized day plans based on user’s preferences and profile.
Apache License 2.0
2 stars 0 forks source link

Update user's uid if they change their profile information #25

Open cristighr1995 opened 5 years ago

cristighr1995 commented 5 years ago

Right now, after the user registers, it is computed an unique key which identifies the user by their information like name, email, profile picture. In case the user wants to update any of these fields, a new uid will be generated.

In order to keep the current functionality, we need to keep track of the new uid and to link it to the original uid.