How to implement LastSeen

How can I implement LastSeen of a registered user. In the users table there is lastLogin but this doesn’t represent exactly what I want. If the logged in user remains logged in for several days the lastLogin field captures the date the user first logged in. I want something that shows the very last time the user used the app. I know I can do this by updating a field in the users table everytime the app is launched but can’t Backendless have this field by default so I don’t have to do it myself?

Hello @Nkekere_Tommy_Minimann,

Right now we don’t provide the ability to check user actions with applications you mentioned, and I’m not sure we’ll provide them in the nearest future. Please implement that logic on your client side.

Regards,
Olha