fechanique / cordova-plugin-fcm

Google FCM Push Notifications Cordova Plugin
624 stars 991 forks source link

Send notification for multiple android devices #615

Open ahmedfarag2010 opened 4 years ago

ahmedfarag2010 commented 4 years ago

How to send notification for multiple android devices .. in "to": property ?

barhan44 commented 4 years ago

@ahmedfarag2010 I think it`s impossible, try to use subscribe on topic on devices, and send notification according with it.

inferno7291 commented 4 years ago

Hi,

To send to multiple devices use registration_ids, indicate the token of all the devices to send.

Example: https://todoseaprende.com/2020/01/24/send-notification-with-fcm-and-php/