fcm icon indicating copy to clipboard operation
fcm copied to clipboard

Does this handle the limitation for maximum 1000 push notification ?

Open krunaldodiya opened this issue 3 years ago • 1 comments

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 ?

krunaldodiya avatar Jan 29 '22 14:01 krunaldodiya

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

Vebion avatar Feb 02 '22 11:02 Vebion