kawankoding/laravel-fcm

No response after sending notification

farissatyaw opened this issue · 3 comments

same with me... any solution?

maybe you can try it for adding

var_dump($test);
return [];

what is the result?

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