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
Looking into firebase fcm alternatives. Want to implement my own mqtt service. Does this lib helps maintaining a running service. Need to have that for checking server for new messages.
The text was updated successfully, but these errors were encountered:
Snap Services follows the Intent Service approach where the service is only active while there is work being done - even if started as foreground service.
If this doesn't suit you, this library will for sure help you achieve what you want, either by having a "normal" Snap Service or one launched in foreground mode. It's just a matter of implementing the behaviour you need.
Looking into firebase fcm alternatives. Want to implement my own mqtt service. Does this lib helps maintaining a running service. Need to have that for checking server for new messages.
The text was updated successfully, but these errors were encountered: