Creating a super user in nextdoor clone

In the nextdoor clone (Bubble tutorial), how can we create a super user whose posts appear in all neighborhoods. It may be useful for admin announcements etc. any help appreciated. Thank you.

Hi there, @bs2537… I took a look at that tutorial, and as one would expect, a user’s location (suburb) plays a big part in the whole thing. So, if it was me, I would consider having a way to tag a user as a super user/admin (likely through a field on the User data type), and that user would be able to create posts that are not associated with a particular suburb (i.e., the suburb field is empty). Then, when showing posts to users, I would do a search for posts with no suburb merged with a search for posts where the suburb equals the current user’s suburb, and you’d be good to go.

Anyway, that’s one way to go, and I hope this helps.

Best…
Mike