Message notification

Hi Guys

How would I set up a notification pop up when a user inside my app receives a message? I don’t want a notification list, just a pop up on the message icon

Someone created an custom component that can do that. You can find it on marketplace if you search : Tab Bar with Notifications
Here is a demo:
Demo - Tab Bar With Notifications (adalo.com)

@LML888
You need a count of messages or conversations, filtered where logged in user = receiving user, you’ll also need a ‘read’ boolean to filter against. ‘read’ is updated to True when the message is opened,

That gives you the functionality to have a notification icon that shows if the user has unread messages.

To show an in app style notification pop up. Have a list of messages at the top of the home screen, display only 1 record, filter read = false, recieving user = logged in user…

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.