How to detect app users from contact list

What you can do is create a user database (in airtable or firebase) and store the phone numbers of the users who use your app there.

You use this extension to get a list of contacts:

With an IF you compare if a phone number in your database is in the list of contacts.

1 Like