MR - ProfileScreen integration
MR - ProfileScreen integration
Tarefa destinada a integração da tela de perfil (#M) com o backend.
Interface utilizada (IUser):
- userId: number
- firstName: string
- lastName: string
- userName: string
- email: string
- isActive: boolean
- photoURL: string | null
- events: IEvent[]
- tags: string[]
- groups: IGroup[]
- communities: string[]