Please help to understand how to build a tinder clone app with video content, not pictures only. I’m new to Adalo, but I love it. And thank you for so many valuable resources!
So the main home screen has a Custome List with a name, user picture, Youtube video, Swipe left (Dislike), Swipe right (Like).
I have created a custom list out of those objects, youtube/name/picture connected to the user database. It all works except for when I click the Like or Dislike it doesn’t change the screens. I set action rules and filters, autorefresh, and refresh screen. It seems I’m missing something small, but I don’t get it.
The List connects to users.
Custom filter: Email - Is not equal to - Logged in User.
Current user>SeenBy - Doesn’t contain - Loggedin User
Current user>MyLikeList - Doesn’t contain - Loggedin User
Maximum number of items = 1
The button Dislike
Action Update - Logged in User - MyDisLikeList - Add Current User
Action Update - Current User - MyDisLikeList - Add Logged in User
Action Update - Current User - SeenBy - Add Logged in User
The button Like
Action Update - Logged in User - MyLikeList - Add Current User
Action Update - Current User - LikedMe - Add Logged in User
Action Update - Current User - SeenBy - Add Logged in User
Create - Collection “Match” - MatchProf1 Logged in User > User Name, and MatchProf1 Current User > User Name, Matched User profile - Current User,
Sometimes, if the Current User, contains, Logged in User
Great job on setting up what seems to be a good database structure! Putting aside the visual part for a second, are you finding that everything sorts itself out inside the database from a functional standpoint? Like when you hit the like button, is the database populating exactly how you want it to based on the actions that you are setting?
I usually prefer a simple true/false option. Like maybe you could do a true/false seen by. True/falses seem to populate more efficiently and quickly if they are able to be implemented.
Thank you! Yes, all the filters and functions seem to work well and populate the right data in the database as I planned, but it’s not switching the videos
I checked a 100 times. I’ll also try true/false as you recommended, maybe it could help
Is it possible to share this app as clonable or give access for this email? ( Click the gear icon on the left side > app access section > add this email : pereradilon24@gmail.com )