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 ?
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 ?