laravel-notification-channels / fcm

Firebase Cloud Messaging (FCM) notifications channel for Laravel
https://laravel-notification-channels.com/
MIT License
491 stars 126 forks source link

Does this handle the limitation for maximum 1000 push notification ? #99

Closed krunaldodiya closed 2 years ago

krunaldodiya commented 2 years ago

I want to send push notification for 10k users together, and i am not sure if i need to handle the limitation of fcm push notification, should i chunk $notifiable into group of 1000 and send multiple time or it is already been handle in this package ?

Vebion commented 2 years ago

You need to subscribe to a channel and send 1 notification to a channel that has 10k users subscribed to