Services Plugins FAQs

Removing Demo Login and Restricting Admin Access

Hi, I just bought this template https://eventstemplate.bubbleapps.io/ and wondering:

  1. how to remove the demo login from my app?

  2. I would like to have only 1 admin login - and not open the app for users to create events. Can you advise on this please?

Thanks

Hello, @vatsa

  1. Remove the Buttons for demo logins in the app, this will remove the workflows from app for these actions.
  2. You could restrict the actions for event creation using something like an admin field in database for users, when condition is yes for user X (admin), admin will be able create events.

Kind regards,
Dumitru.

1 Like

Thanks @Dinutru Last thing:-

How do I enable search suggestions in the search box?

I’ve already linked my Google Maps APIs but I’m not able to see the suggestions like these:

Thanks a ton :blush:

" You could restrict the actions for event creation using something like an admin field in database for users, when condition is yes for user X (admin), admin will be able create events."

Can you please explain this in detail??