kawankoding / laravel-fcm

Firebase Cloud Messaging (FCM) sender for Laravel
172 stars 56 forks source link

No response after sending notification #57

Open farissatyaw opened 3 years ago

farissatyaw commented 3 years ago

code

rosyiid1440 commented 2 years ago

same with me... any solution?

erlangparasu commented 2 years ago

maybe you can try it for adding

var_dump($test);
return [];

what is the result?

erlangparasu commented 1 year ago

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