ZionniteOriginal post
Rank 4: Virtual Machine
Hello Appwriters and Team,
i'm very aware that my question is very way of with Appwrite, my request it's App specific.
I want to add a feature to my app that it show you users that are already using the app from your contact list. but the challenge here is that some users are from different countries and when registering on my app i added their country code to the phone number and save it to the UserCollection.
please how do i show such users to my user?
Summary
Developers want to show users from the contact list in an app, but the phone numbers include country codes, creating a challenge. One solution is to compare the stored numbers in the `UserCollection` with the user's contact list after extracting the numbers and removing country codes based on the user's country.