I am storing profile information to users table. (Profile information consists of birthday, gender, profile image filename, etc.)
When I query for a user, I never get custom properties, instead I always get 6 key value pairs like the following. It’s not even retrieving lastLogin, how do I retrieve all fields?
Thanks for quick reply. I am new to Backless, please understand if my question is too basic - it’s quiet different from Baas I used previously.
I understand what you mean, but it still does not work on iOS, but it works on Rest console.
Can you provide sample code retrieving lastLogin field of user data?
The below is the code for requesting user birthday and lastLogin.
Note:
currently we can not execute query with lastLogin values in proper way. This column works only like system property.
If you need to save lastLogin values, you could add property (for example, “lastLoginInApp”)
and update its value after user’s successful authorization.