Create a collection users to store basic user profile information and another collection userStats to store additional information about a user.
The users collection must require all fields to be populated in order to save changes while the userStats fields can be optional.
Both collections must contain a userId field to associate with an authenticated user record and must retrieve this value from the currently authenticated user.
Create a collection users to store basic user profile information and another collection userStats to store additional information about a user.
The users collection must require all fields to be populated in order to save changes while the userStats fields can be optional.
Both collections must contain a userId field to associate with an authenticated user record and must retrieve this value from the currently authenticated user.