You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please help me to show only those contacts that have registered for app from contact list and show invite button for rest of them. I have authenticated user using phone number. Please help me out with this . I have searched lot of for this but can’t get perfect solution. Please help me .
#30
Open
ds-patel-33 opened this issue
Aug 15, 2020
· 1 comment
Though it isn't an issue with this repo, but still it's good you asked.
For what you are stating above you can use contact_services plugin, to fetch contacts list. check this Just wrap Iterable contacts = await ContactsService.getContacts(); in async method and call from initState(). In the tutorial Ronak shown how he managed to get list of Accounts to use in search query, there you just need to fetch only those contacts with same contact no. (Considering you have used Phone Authentication) and you are done.
Your search will only show you those contacts which are registered on your phone.
If still you find any problem, kindly ask and consider closing this issue.
No description provided.
The text was updated successfully, but these errors were encountered: