laravel-expo-notifier
laravel-expo-notifier copied to clipboard
Notification counts the tokens, while push_notifications_per_request limits the messages
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 is set to < 100, expo will refuse the request in that case.