Building a notifications system in Bubble io

Поділитися
Вставка
  • Опубліковано 10 січ 2025

КОМЕНТАРІ • 13

  • @BloomBranches
    @BloomBranches 2 місяці тому +1

    Great tutorials again!
    Was wondering if you could do a short video on how people can monetise applications to host adverts maybe?
    Thanks again!

    • @hustlinglabs
      @hustlinglabs  2 місяці тому +1

      Hello, good suggestion. Are you referring to having Google AdSense or similar ad networks on your site or creating your own ad network in which your clients can purchase the ads through your site which are displayed on your site as well?

    • @BloomBranches
      @BloomBranches 2 місяці тому +1

      @ hello!
      Yeah I meant like Google Adsense so we can show local hotels on our application (example). Do we need to bring API’s in for this I assume?
      Just wondering if you’ve done this as a monetisation strategy in any of your projects
      Thanks :)

  • @deanime-k4i
    @deanime-k4i 4 місяці тому +1

    well explained. It's also worth considering plugins like engagespot for those who don't want to build from scratch

    • @hustlinglabs
      @hustlinglabs  4 місяці тому

      Yes, although Engagespot looks really expensive, specially if you can build something similar for minimal cost

  • @SoftHeartLove_
    @SoftHeartLove_ 3 місяці тому

    can i use this to send notifications to my own users who sign up my app? and how do i send the notification as an admin and not let the user see the field(where you type the notification) (only admin can see this area)

    • @hustlinglabs
      @hustlinglabs  3 місяці тому

      Hello, yes, you can use this to send notifications to users when they sign up. In regards to the second question, I recommend you do one of two things, either send them from the backend (the database), or create an admin dashboard where you can create the notifications from with a workflow that redirects users who aren't admin back to the home page.
      Please let me know if you have any further questions.

  • @Tim-e7g
    @Tim-e7g 28 днів тому +1

    How do you send a notification to all users?
    I have 100 users subscribers to JOE. JOE posts a message. How do i alert all users subscribed?

    • @hustlinglabs
      @hustlinglabs  24 дні тому

      You would have to create a list of all your users in a workflow to send them the notification by using a backend workflow

  • @iniedoro
    @iniedoro 3 місяці тому

    Very nice tutorial. I wonder how it create a notification when someone creates or submits a task request or replied to an email. That would be an Alert type of notification, right? Am I correct to say that when a user clicks on the Submit button, it will create an alert notification sent to the receiving user?

    • @hustlinglabs
      @hustlinglabs  3 місяці тому +1

      Correct, I would add that action to the same workflow that creates the email. Basically, on the Submit button workflow

    • @iniedoro
      @iniedoro 3 місяці тому +1

      @@hustlinglabs thanks for the reply.

    • @hustlinglabs
      @hustlinglabs  3 місяці тому

      @@iniedoro No problem, please let me know if you have any other questions or video requests