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
{{ message }}
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: