How to send notification to specific user in Expo/Laravel

491 Views Asked by At

I have an Expo app with a Laravel backend and I want to send notifications to the app. But the condition is that only a specific user can receive it. I installed the Following library Exponent Notifications I've Installed expo-notifications as well But I don't know How it works, How I can listen to the notification channel and How to send Notification from backend.

1

There are 1 best solutions below

2
HOSENUR On

With Expo you don't get to pick the push notification service according to you, you can try Firebase Cloud messaging or One Signal, but I don't think you can do it only by your Laravel Backend