Hello, I’m trying to implement multiple notification functions in adalo (new messages, notifications from management, likes, etc.).
I would like to switch on/off each notification from the app’s settings screen, how should i implement this?
Thanks in advance.
Hi Sniffout,
Welcome to the Community! 
You could add a true/false property to the user’s collection named Notification
Then when sending a notification, do sometimes, if the Logged in user > Notification > is true
1 Like
Hi James,
thanks for the answer
I think I can implement it as you taught me!
thank you so much for your help