Recently, I received a Firestore response in the following format:
https://i.sstatic.net/49dX9.png
Within my TypeScript variable {{task.title}}, I have access to this data on my component. My goal is to incorporate a hyperlink specifically on the person's name (dev2) that directs to their profile. Can someone provide guidance on how I can achieve this?