send notification for multiple device using fcm
<?php include_once('config.php'); define( 'AIzaSyCYpVYwK42m4k_WAE3Tc-EZwRLo9_A89vA', 'AAAA0r_x_cs:APA91bEMJ8IpI-n1rxE7VwRUbnAFzm9WULKFHfeYehnkhu2RtXc0Tl0YmupuL6mkp8p3mDytINr5fGzJCDKdePKAzmkn1A7bjHletWonepazDSDCU8K4UJFkq-NXbEUlzKB5lvH1AzxX' ); function send_notification ($tokens) { $url = 'https://fcm.googleapis.com/fcm/send'; $msg = array( 'body' => 'Couppon notification', 'title' => 'Title Of Notification', 'icon' => 'myicon',/*Default Icon*/ 'sound' => 'mySound'/*Default sound*/ ...