fcm
fcm copied to clipboard
Can someone point me to an example of sending to all users
Is there a tutorial using this package? or some examples ?
I followed he AccountActivated example but don't have the device tokens yet..
Initially just want to send an all users message.
Is there a way to do it?
+1
If you want to send notification to all users, you can do something like this:
Notification::send($users, new AccountActivated());