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.
Asked
Active
Viewed 361 times
1

Gursahb Webcyst
- 93
- 8
1 Answers
0
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

HOSENUR
- 305
- 3
- 12
-
So, Can I send notifications to a specific user with Firebase Cloud Messaging or One Signal? – Gursahb Webcyst Aug 17 '22 at 12:34
-
You need to collect device token for every device and store it, and send notifications to device tokens – HOSENUR Aug 17 '22 at 18:28