Pointer??? HELP
Hi guys i have watched this youtube video where the person use pointer to link the built in users to another collection table BUT sadly the video is not clear enough. So roughly this what i intend to do:
My application has users through the built-in Users collection.
I have separately created a userinfo collection that includes items such as email, contact number etc.
What i want now is to:
retrieve the information from the 'userinfo' collection but only based on the user that log in.
So meaning if u log in as Mary, then u can only get the info of mary details etc.
So help???