Closed marvelefe closed 2 years ago
Passing anything through other than a string in SetData causes the push notification to not be received.
return FcmMessage::create() ->setData([ 'foo' => 'bar', '1' => 2, ]) ->setNotification( \NotificationChannels\Fcm\Resources\Notification::create() ->setTitle('title') ->setBody('body') );
This PR:
setData
What's inside
Passing anything through other than a string in SetData causes the push notification to not be received.
This PR:
setData
method