Notifications icons

Hi guys,

I need a bit of help.

I am trying to get a notifications to appear next to the speech icon (at the bottom)

When the user gets a new message, the chat will have a green dot next too it (as seen in pic)

I would like a notifcation to appear on the speech bubble icon on all pages.

hope this makes sense?

Thank you

You can add “isRead?” field to your message table. If a user has a message that isRead=false:count>0, then you can change the color or make something visible. You can review the chat examples available in the marketplace.

Hey @lukegibson93 :wave:

Here is an example for you. Let me know if that helps. I will upload the video that I recorded creating this as well so you can follow along if need be. :blush:

Editor: testApp42wCleanDB | Bubble Editor
Preview: https://testapp42wcleandb.bubbleapps.io/version-test/notifications_icons?debug_mode=true

Hope that helps. :blush: