Retrieve the user data into the model so that it could later be used to be displayed in the app. Plan how you are going to handle new fields being added as well as after account creation filling in user data. Update the user model again to include all of the fields planned originally.
Include a setup as well that creates forms with fields when user creates an account.
Add in the information that is retrieved from the auth user to the document, and get all the information from the UserService instead of the auth service. Only retrieve the uid from the auth service.
Retrieve the user data into the model so that it could later be used to be displayed in the app. Plan how you are going to handle new fields being added as well as after account creation filling in user data. Update the user model again to include all of the fields planned originally.
Include a setup as well that creates forms with fields when user creates an account.