laravel-expo-notifier
laravel-expo-notifier copied to clipboard
Easily manage Expo notifications with Laravel. Support batched notifications.
Hi there. We are developing an app that has need for critical notifications. From what I can tell, this library does not include support for setting the interruption level of...
A user can have multiple tokens, which can lead to a batch push notification request with 100 notifications, but more than 100 tokens to send it to. Even though push_notifications_per_request...
This PR follow this one : #41 --- ## Link expo notification to it's receiver ### Problem To avoid sending multiple time the same notification for a user, we need...