How do I implement friendships between users in cloud firestore?
I currently have a collection with users and I want to model friendships between them. The frontend should be able to query all the friends of a user with the profile picture and username of each friend.