Need an example
iamkatta opened this issue · 3 comments
iamkatta commented
Hello,
Could you please help us in using this package, I did not get what recipient is.
fcm()
->to($recipients) // $recipients must an array
->data([
'title' => 'Test FCM',
'body' => 'This is a test of FCM',
])
->send();
Thanks
erlangparasu commented
iamkatta commented
thanks for reply guys