1

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 Answers1

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