Sign up process with content moderation (Social Media App)

Hello everyone, I’m building an app similar to Instagram where each user needs to get approved prior to joining by submitting a first post (picture) for moderation.

The sign up process would be login page > create a post > wait for approval > approved > access the news feed. Is this something doable on Adalo? How?

Thanks,

Yes easily done. Have a true/false property on the user database called approved. Navigate to the feed screen only if logged in user = approved

1 Like

Thanks! Will try it!

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