Pool Nolasco
Pool Nolasco

Reputation: 137

Is the Expo push notification Tool good for productions?

I am developing a backend api in NodeJS to send notifications to a mobile application made with expo/react native. So far I have managed to connect to the expo push notification tool from the NodeJS api and was able to push notifications to an Android Studio emulator. But I want to make sure that when I build my app for production, the Expo push notification tool will still work. Does anyone have any idea if my reasoning is correct? Or should I switch to google firebase server?

Thank you very much for your answers.

Upvotes: 1

Views: 386

Answers (1)

ananthaiah gunda
ananthaiah gunda

Reputation: 7

It's not good to use push expo notifications. In place of that, you can use AWS API gateway WebSocket.Please refer this link

Upvotes: -1

Related Questions