You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry to ask here but maybe I will get assistance, I am setting this plugin up on my project and I dont know if I am doing something wrong cause I am not getting any notifications.
I want to sent a notification to a specific user using a tag which is registered with one signal when a user logs in on the mobile app and also on the web backend.
This is how I have the tag setup,
public function routeNotificationForOneSignal($notifiable)
{
return ['tags' => ['key' => 'user_id', 'relation' => '=', 'value' => $notifiable->ticket->user_id]];
}
The text was updated successfully, but these errors were encountered:
Hi Guys
Sorry to ask here but maybe I will get assistance, I am setting this plugin up on my project and I dont know if I am doing something wrong cause I am not getting any notifications.
I want to sent a notification to a specific user using a tag which is registered with one signal when a user logs in on the mobile app and also on the web backend.
This is how I have the tag setup,
The text was updated successfully, but these errors were encountered: