I’m trying to create an app with positive affirmations which are categorized by theme. So far I’ve been able to set up two tables one with the affirmations and the other with the themes.
I want to add a save or like button to each affirmation in the list so that the user can select it and then all the ones they have favorited will get shown in their profile under that theme list.
They should also from their profile be able to the unfavorite items.
This is my first Glide app so very new to the platform - would appreciate and tips.