How to fetch all users of my app from contact list like WhatApp does in Firebase chat app

Viewed 1595

I am developing a chatting app like WhatsApp using firebase. Everything is fine, but I am stuck at fetching all users who using my app from contacts like WhatsApp does... How can I fetch all users from my contact list to recyclerView

1 Answers
Related