i am currently working on a flutter app which is kinda social media app, right now i am stuck with the idea to implement the add friends feature from a list of contacts who have account in my app, but i can not think of any method of doing so , my app's back-end is handled by Firebase
with each user's profile information stored differently in Firestore
database,
i want a simple and efficient way to add friends in my app, more like Facebook, Instagram, Snapchat,
can anyone suggest me how to implement this feature in my app?
if so please provide links to pages and documentations!
Thank you