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?
Recommended threads
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...