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

时间:2018-05-06 12:28:26

标签: php firebase firebase-cloud-messaging push

如何使用php forserveride发送带有大图像的推送通知?



$data = array("to" => $token,
              "notification" => array( "title" => $title,
                                       "body" => $message,
                                       "icon" => $image,
                                       "image" => $big_image,
                                       "click_action" => $url));




我试过这个但我没有成功..

一种解决方案?

0 个答案:

没有答案