How do I display list of only registered contacts(on firebase) from a client's address book(via phone numbers)
问题 What I want to do is search through client's address book(phone numbers) and only display contacts who are registered on firebase by looking if their phone numbers are registered.(kind of like Whatsapp) Currently I am displaying all the registered users on firebase Code: public class Tab1 extends Fragment { private static final String TAG = "MyActivity"; private Button signOut; private FirebaseAuth.AuthStateListener authListener; private FirebaseAuth auth; ListView listView; private