retrieve from database in native app

0
I have an entity with a relation with the users entity, how can I retrieve from the database in native form with filter the current user?
asked
1 answers
2

By using activity retrieve ‘YourEntity’ and its association to ‘User’ where ‘User’ =CurrentUser.

Is this a problem on Native? What is the problem here? Maybe add some screenshots to tell us a bit more about the problem.

answered