I've found a way to send push notification to a single device using expo but dont know how to send to all devices
Asked
Active
Viewed 382 times
1 Answers
1
Looks like expo can send only to a specific user(token). Why don't you try Firebase Cloud Messaging? It is free, easy to integrate and you have the possibility to send to either one specific device or to all the registered devices.

Cristian Riță
- 561
- 3
- 13
-
do i have to eject the project or can i use it with expo – Denzadeud Jul 10 '20 at 21:33
-
Looks like you don't have to. https://docs.expo.io/guides/using-firebase/ – Cristian Riță Jul 10 '20 at 21:38