Firebase Authentication
Budget: $30 – $250 USD
Users created with Firebase Authentication will be able to update their personal characteristics from the edit page and view them from the profile page. Firestore will be used to do this. Under Users collection, a document will be created over each user's uid and a field will be added to it. In addition, several boolean values will be assigned that will not be displayed in the user profile.
Values that each user must have and display:
• Name
• Surname
• Email
• Phone number
• City
• Team name = if not, no team
• Position (centre forward)
• The foot he uses
• Age
• Weight
• Size
• Profile photo
• And a short article about yourself like a biography
Other variables that will not be displayed in the User profile:
• isCaptain(boolean)
• hasTeam(boolean)
• Friends[](array)-- will be a separate collection, and the uid of other users will be entered under it.
You also will be given the GitHub project link.
Values that each user must have and display:
• Name
• Surname
• Phone number
• City
• Team name = if not, no team
• Position (centre forward)
• The foot he uses
• Age
• Weight
• Size
• Profile photo
• And a short article about yourself like a biography
Other variables that will not be displayed in the User profile:
• isCaptain(boolean)
• hasTeam(boolean)
• Friends[](array)-- will be a separate collection, and the uid of other users will be entered under it.
You also will be given the GitHub project link.