php-具有大图像的Firebase推送通知

php-具有大图像的Firebase推送通知,php,firebase,firebase-cloud-messaging,push,Php,Firebase,Firebase Cloud Messaging,Push,如何在服务器端使用php发送带有大图的推送通知 $data=array(“to”=>$token, “通知”=>数组(“标题”=>$title, “body”=>$message, “icon”=>$image, “图像”=>$big_图像, “点击动作”=>$url))

如何在服务器端使用php发送带有大图的推送通知

$data=array(“to”=>$token,
“通知”=>数组(“标题”=>$title,
“body”=>$message,
“icon”=>$image,
“图像”=>$big_图像,
“点击动作”=>$url))