Can I create a search engine in my adalo application where I can search for registered users by their username and then add them as friends?
You can create your own βback endβ in Adalo. Since this is for your access only (as admin), create a new app & share the database with your existing app.
Now you can display a list of all users & filter them accordingly. You can also build your processes here (search & addβ¦etc). I have built a backend for my app that controls App Access, billing and payments, search and edit user profiles, and many other admin-specific features.
Hello,
Yes, you can! Set up a search screen where users can search by username. Then, use a button to add users as friends, updating the friend list for both users. Youβll need a user database with usernames and a relationship field for friends.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.