Hi there!
I want to build an app, which contains articles written by different users. Those articles are stored in a SharePoint list.
Now I want to include a function for marking single articles as favorites and make a screen, that contains all the articles the user set as favorites to access them quickly.
Option 1:
Saving the data locally on the device, which could be a kind of workaround but is not really what I'm looking for.
Option 2:
Is there some kind of way to user e.g. the private ondrive of each user for saving the metadata (small table with Article ID) that contains the data based on the logged in user.
Would there be a way to achieve this or can you recommend an other way? (preferable cross device and not locally) Which is suitable for my favorites scenario or app preferences for each user
Cheers!