You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: