php-firebase-cloud-messaging icon indicating copy to clipboard operation
php-firebase-cloud-messaging copied to clipboard

sending to many device tokens at a time?

Open sandeshnaroju opened this issue 9 years ago • 4 comments

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?

sandeshnaroju avatar Jul 14 '16 07:07 sandeshnaroju

am also looking to add multiple receipients without using topic.

gangadharkenguva avatar Aug 07 '16 14:08 gangadharkenguva

There are two options: send notice to each token individually or use topics. I think the second option is preferable.

sngrl avatar Aug 08 '16 08:08 sngrl

FYI The pull request #7 adds this functionality.

gboudreau avatar Sep 29 '16 14:09 gboudreau

Or my #15

develth avatar Apr 13 '17 13:04 develth