php-firebase-cloud-messaging
php-firebase-cloud-messaging copied to clipboard
sending to many device tokens at a time?
1.rather than adding each token to addReceipient, is there any way that adding multiple device tokens at a time to send without using topic?
am also looking to add multiple receipients without using topic.
There are two options: send notice to each token individually or use topics. I think the second option is preferable.
FYI The pull request #7 adds this functionality.
Or my #15