Push notifications limits

When using Expo to send push notificans it’s recommended to send multiple notifications in chunks of 100 (maximum) at the time but I can’t find any information about any limits besides that.
My question is if I could send, say 100k notifications by simply looping through them and send 1000 x 100 and if any hard limits exist?
From memory FCM limits chunks to 5000 notifications but does not implement other limits, ie unlimited notifications.

yep, there are no other limits.

Cheers, that clarifies things :grinning::grinning:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.