No response after sending notification
farissatyaw opened this issue · 3 comments
farissatyaw commented
rosyiid1440 commented
same with me... any solution?
erlangparasu commented
maybe you can try it for adding
var_dump($test);
return [];
what is the result?
erlangparasu commented
Hi, @rosyiid1440 .. maybe you can try to enable debug response. then check the firebase log in the laravel.log
file.
fcm()
->to($recipients)
// ...
->enableResponseLog()
->send();
if you like, please share the response log here so we can see the problem