# Creating the Follow Function in Adalo (Followers and Following Others)

**URL:** https://forum.adalo.com/t/creating-the-follow-function-in-adalo-followers-and-following-others/544
**Category:** Resources & Tutorials
**Created:** [April 2, 2020, 1:00pm UTC](https://forum.adalo.com/t/creating-the-follow-function-in-adalo-followers-and-following-others/544 "2020-04-02T13:00:26Z")
**Posts on this page:** 13
**Page:** 1

<div class="post-metadata">

### Author: ![pford](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.adalo.com/pford/32/4648_2.png) [@pford](https://forum.adalo.com/u/pford)
#### Post date: [April 2, 2020, 1:00pm UTC](https://forum.adalo.com/t/creating-the-follow-function-in-adalo-followers-and-following-others/544/1 "2020-04-02T13:00:26Z")

</div>



---

<div class="post-metadata">

### Author: ![eliorb](https://avatars.discourse-cdn.com/v4/letter/e/7993a0/32.png) [@eliorb](https://forum.adalo.com/u/eliorb)
#### Post date: [April 9, 2020, 7:06pm UTC](https://forum.adalo.com/t/creating-the-follow-function-in-adalo-followers-and-following-others/544/2 "2020-04-09T19:06:10Z")

</div>

btw, you can use the Toggle btn for indicating the following on the (custom) list.

---

<div class="post-metadata">

### Author: ![Taz](https://avatars.discourse-cdn.com/v4/letter/t/3da27b/32.png) [@Taz](https://forum.adalo.com/u/Taz)
#### Post date: [April 27, 2020, 11:21am UTC](https://forum.adalo.com/t/creating-the-follow-function-in-adalo-followers-and-following-others/544/3 "2020-04-27T11:21:47Z")

</div>

Hi,

Thank you for this tutorial however I am struggling to adapt what you have done to my app need. I am building an app where a user can curate a list of what he/she likes (photos and screenshots, kind of like Pinterest). I want to allow the user to “add friends” who can then see the list the user has curated. Users of the app should be able to view one and other’s curated lists once they become “friends”. There is no comments feature in my app.

I would be extremely grateful for any tips/advice on how I can build the follow feature to give the functionality I have described.

---

<div class="post-metadata">

### Author: ![pford](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.adalo.com/pford/32/4648_2.png) [@pford](https://forum.adalo.com/u/pford)
#### Post date: [April 27, 2020, 1:40pm UTC](https://forum.adalo.com/t/creating-the-follow-function-in-adalo-followers-and-following-others/544/4 "2020-04-27T13:40:46Z")

</div>

@Taz Good question. So a friends feature works a bit differently. You would basically have an add friend button that would trigger a notification to the other user. When the user click the notification, it would take them to a screen to approve or deny the request (the approve button will update both users to include each other). In the database, it basically looks the same as what I’ve done here, but you’ll filter list/page visibility based on if they are friends (following) with each other.

---

<div class="post-metadata">

### Author: ![Taz](https://avatars.discourse-cdn.com/v4/letter/t/3da27b/32.png) [@Taz](https://forum.adalo.com/u/Taz)
#### Post date: [April 27, 2020, 8:42pm UTC](https://forum.adalo.com/t/creating-the-follow-function-in-adalo-followers-and-following-others/544/5 "2020-04-27T20:42:36Z")

</div>

Thank you for the reply, that definitely adds a bit more colour for me.

How would I be initiating that initial friend request? Would the initial user search for the “friend” by searching for the friend’s email address?

(thank you for your time)

---

<div class="post-metadata">

### Author: ![pford](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.adalo.com/pford/32/4648_2.png) [@pford](https://forum.adalo.com/u/pford)
#### Post date: [April 28, 2020, 1:39am UTC](https://forum.adalo.com/t/creating-the-follow-function-in-adalo-followers-and-following-others/544/6 "2020-04-28T01:39:05Z")

</div>

Yes you could certainly do it that way. Think Facebook for this- there would be an add friend button next to each person in a list of people that’s searchable by name, email, username, or any other property you want. Clicking the add friend button creates a record in a collection called notifications with properties called sender and receiver. A notification is triggered and then it proceeds the way I described above.

---

<div class="post-metadata">

### Author: ![Taz](https://avatars.discourse-cdn.com/v4/letter/t/3da27b/32.png) [@Taz](https://forum.adalo.com/u/Taz)
#### Post date: [April 28, 2020, 8:36am UTC](https://forum.adalo.com/t/creating-the-follow-function-in-adalo-followers-and-following-others/544/7 "2020-04-28T08:36:00Z")

</div>

Thank you for that clarification. I’ll be giving that a go! 🙂

---

<div class="post-metadata">

### Author: ![Taz](https://avatars.discourse-cdn.com/v4/letter/t/3da27b/32.png) [@Taz](https://forum.adalo.com/u/Taz)
#### Post date: [May 1, 2020, 9:43pm UTC](https://forum.adalo.com/t/creating-the-follow-function-in-adalo-followers-and-following-others/544/8 "2020-05-01T21:43:34Z")

</div>

Hi Patrick,

I’ve played around with the setup and I’ve been unable to get it to work as intended. I know this is a big ask but I was wondering if you’d be willing to jump on a quick Zoom call with me to talk me through some of the details. I’d be most grateful for the help, but of course, understand if you’re unable to.

---

<div class="post-metadata">

### Author: ![pford](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.adalo.com/pford/32/4648_2.png) [@pford](https://forum.adalo.com/u/pford)
#### Post date: [May 3, 2020, 2:31am UTC](https://forum.adalo.com/t/creating-the-follow-function-in-adalo-followers-and-following-others/544/9 "2020-05-03T02:31:37Z")

</div>

Sure I can do that or I might do a tutorial on how to set it up for friend requests.

---

<div class="post-metadata">

### Author: ![Taz](https://avatars.discourse-cdn.com/v4/letter/t/3da27b/32.png) [@Taz](https://forum.adalo.com/u/Taz)
#### Post date: [May 3, 2020, 9:48am UTC](https://forum.adalo.com/t/creating-the-follow-function-in-adalo-followers-and-following-others/544/10 "2020-05-03T09:48:59Z")

</div>

Thanks for the response Patrick. The eager side of me would take you up on the zoom call however a tutorial would be of benefit to lots of other people so yes plz do that.

One request for the tutorial - can you please include, as is the case of my app, how one would begin if there was no comments section in the app to initially find other users. Instead, the potential friends will just be other users of the app and so some sort of search function would need to be created to find the friends you want to add. Appreciate that’s a very specific use case but any tips in the tutorial on that would be most helpful. Thank you again.

---

<div class="post-metadata">

### Author: ![Taz](https://avatars.discourse-cdn.com/v4/letter/t/3da27b/32.png) [@Taz](https://forum.adalo.com/u/Taz)
#### Post date: [May 8, 2020, 4:40pm UTC](https://forum.adalo.com/t/creating-the-follow-function-in-adalo-followers-and-following-others/544/11 "2020-05-08T16:40:16Z")

</div>

Hi Patrick,

Does that offer of a zoom call still stand? If so, I’d love to take you up on it.

---

<div class="post-metadata">

### Author: ![Taz](https://avatars.discourse-cdn.com/v4/letter/t/3da27b/32.png) [@Taz](https://forum.adalo.com/u/Taz)
#### Post date: [May 10, 2020, 11:16am UTC](https://forum.adalo.com/t/creating-the-follow-function-in-adalo-followers-and-following-others/544/12 "2020-05-10T11:16:10Z")

</div>

Just found your tutorial on nocodery 😊 preordering now, exactly what I needed!

---

<div class="post-metadata">

### Author: ![pford](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.adalo.com/pford/32/4648_2.png) [@pford](https://forum.adalo.com/u/pford)
#### Post date: [May 11, 2020, 2:22pm UTC](https://forum.adalo.com/t/creating-the-follow-function-in-adalo-followers-and-following-others/544/13 "2020-05-11T14:22:09Z")

</div>

Awesome! And yes the Zoom call definitely still stands. If you could just fill out the contact form here so I can get your email to send the link to and keep track of our convo: [Team Up with Adalo Expert Patrick Ford](https://www.adalo.com/experts/patrick-ford)
