This is my first time ever using Parse, and I'm slightly confused about something. I'm currently trying to implement a feature that allows a user to add a friend. I need to make sure that the user they are trying to add exists, but I can't find how to do it. I know i need to make a query, but other than that I am completely lost...
What do I need to do in order to make sure this user exists? I have tried looking online but everything I can find is in Objective C and I don't understand it...