The class User will a detailed view of each user stored in the application. It contains all the user's information.
address | age | birthDate | city | country | district | gender | lastName | location | name | password | phoneNumber | picture | username | website | zipCode | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Mary Street, 34 | 39 | 1980-01-01T14:18:06.336Z | Sao Paulo | Brazil | Vila Mariana | hJhH3GEd3Q | Doe | (0, 0) | John | (undefined) | 123456789 | anon-250.png | username1 | http://my.website.com | 12345-678 |
The following information about the User class of your application:
User The User class is the regular User class from Parse, tuned to contain these custom properties along with the regular ones:
Here is a quick example of how this class will look like: