Reputation: 137
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
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