0

I've found a way to send push notification to a single device using expo but dont know how to send to all devices

Denzadeud
  • 63
  • 1
  • 5

1 Answers1

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