How to Allow users to send Notifications

I need to create the ability for users to be able to send notifications (a push notification) to other users in the app. How can this be done?

Also, if this is a main functionality in the app, are there any templates you would suggest I look at or use?

Thanks!

For push notifications, you can look at OneSignal.

If in case a notification tab, where the user can click to view their notifications can also work. Then you can look at this tutorial that I’ve written. It uses no plugins and is dependent on making database changes.

This topic was automatically closed after 70 days. New replies are no longer allowed.