Learn how to build a user following in Bubble with practical steps to boost engagement, grow your community, and enhance your app’s social features.

Starting a new venture? Need to upgrade your web or mobile app? RapidDev builds Bubble apps with your growth in mind.
The simplest and most reliable way to build “user following” in Bubble is to add a list of Users on each User called something like followers or following, and then use workflow actions to add/remove users from those lists. After that, you display the data using searches like “Current User's following” or “Do a search for Users where followers contains Current User”.
Create this inside your User data type:
This means each user stores a list of other users they follow.
On the target user’s profile page, add a “Follow” button. Workflow when clicked:
// Workflow action expression inside "Make changes to Current User"
following add This User // This User = the profile's owner
Use the same logic but remove:
// Workflow action expression
following remove This User
You don’t store a separate “followers” list. Instead, compute it:
This finds all users who follow the profile’s owner.
On the button, use a condition:
In Privacy for User, allow users to see:
This is safe because it's public following info, like any social app.
This structure works reliably, scales well, and uses only standard Bubble features: lists, searches, Make Changes to Thing, and privacy rules.
Learn how to seamlessly integrate Bubble.io with Git through our comprehensive step-by-step guide. Perfect for beginners and professionals.
Learn how to seamlessly integrate Bubble.io with Reddit Ads using our easy step-by-step guide. Boost your ad management today!
Explore our step-by-step guide on integrating Bubble.io with AWS S3, making your app development process more efficient and secure.
Follow our step-by-step guide to seamlessly integrate Bubble.io with Lucidchart, enhancing your workflow & productivity.
Learn how to seamlessly integrate Bubble.io and Kentico with our comprehensive, easy to follow step-by-step guide.
Discover easy-to-follow steps for integrating Bubble.io with Box. Boost your workflow and secure your files seamlessly today.
Fix broken workflows | Optimize logic | Boost performance | Scale with confidence