Another user asked a similar question the other day but it was marked as duplicate when it really was not the same question or problem as the question it was called a duplicate of.
I have phone numbers for all of my users and I want to compare a users local contacts to the apps user database. In other words, is there a way to perform a query that returns all app users whose phone numbers are contained in an array that represents a users phone contacts? The ultimate goal is to know who, in my personal phone contacts list, is already a user of the app. For example, say i have a firebase reference to my users:
[queryRef whereKey:@"phone_number" containedIn:local_phone_numbers];
Thanks for your help!