How to use server code to check a database and send results to an app?
How to use server code to check a database and send results to an app? I would like to check two of my collections in server code, Collection A is check for user_ids and saves to a variable or something, Collection B is check with the user_ids found in Collection A to retrieve information from the user_ids of Collection A. There is no pointers. Can someone help me???