Users collection query
Hi,
I've created an app which requires a login.
I've added more columns to the Users collection such as firstname, lastname, country zipcode, etc.
When logging in, I try to retrieve not only the ID and session token but also the other user information such as firstname, lastname, etc.
What is the easiest way to do so?
Thanks