react-native-push-notification icon indicating copy to clipboard operation
react-native-push-notification copied to clipboard

How to use local push only

Open Moonyku opened this issue 1 year ago • 1 comments

Question

My boss told me to use websocket to receive push messages to save more money. But the jumping to other page require configure firebase service. How can I use only local push function. Or how can I convince the boss.

Moonyku avatar May 24 '24 08:05 Moonyku

With web socket you will only receive the events when you are using the app and not when the app is in background or killed. Just bind the library on your web socket events and it would be good to go.

badalsaibo avatar Nov 08 '24 06:11 badalsaibo