Daniel
Results
2
comments of
Daniel
Hello, im trying to reach similar behaviour. As far as i know, notifications have options to send notifications to many users with something like this: `$users = User::whereHas('if_your_user_has_device_fcm_tokens_logic')->get();` `Notification::send($users, new...
Okey, thanks for explanation. That would have less impact on laravel server same as when broadcasting client messages. I will be looking for news, glad to improve things if need...