As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Hi Dan,
If you have saved a value for column "apellido", you should be able to read the property using code below:
mKinveyClient.user().get(new String("apellido"))
If you run into an issue, you can use toString() to see all the key value pairs in the user object:
mKinveyClient.user().toString()
Regards,
Wani
Kinvey Support
mKinveyClient.user().toString();
And the only thing I'm getting is {_id=571ebb5f2caf81043f9c6053}. Any solution?
Dan ponce
So I'm getting the active user like this
The problem is that I need a field in the user called "apellido". I have tried but with no success. Can you help me please?