What I want to do: Check if a user is following another user. Basically I want to see if the UID of the user is in the "follower" array in the document of the other user-profile.
I thought of the option to use the .whereField command, but then I would get more documents and not only the one that I care of.
