Social media feed

Hi, I’m trying to get a social media feed working in my app, but cant seem to wrap my head around getting new posts, comments likes, etc to work. If anyone has any advice it would be greatly appreciated :slight_smile:

Hi @MantaRay

To implement these features, you’ll need to create a few different databases and establish relationships between them. Using these databases and fields, you can achieve the desired functionality.

For instance, suppose you want users to be able to like each other’s posts. To do this, create a “post” database and establish a many-to-many relationship with the “users” collection. Whenever a user clicks a toggle on post list, they’ll be added to the current post (UPDATE TOGGLE → Add Logged In User). This is how it works. If you need a template, I’m happy to help.

1 Like

Hi @MantaRay,

I would advice to have a look here https://appacademy.adalo.com/, there are many useful courses like “Instagram Clone” course.

Best,
Victor.

1 Like

Thankyou all so much! This is exactly what I need.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.