Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Silly question #1

Open
ghost opened this issue Jul 15, 2018 · 3 comments
Open

Silly question #1

ghost opened this issue Jul 15, 2018 · 3 comments

Comments

@ghost
Copy link

ghost commented Jul 15, 2018

So if the app is not opened then notifications sent from the server will just bunch up in the server queue. Then when the user opens the app they all fire :)

So I was wondering if a background task can be used so if the user is at least online then the notification event can fire ?

I think there was talk of background services sort of hack. They were using the alarm I believe

Just brainstorming

@pranavkapoorr
Copy link

@gedw99 did you get any solution to this? I am also trying to figure out how to get notifications if app is terminated. Let me know if any luck. :)

@nitishk72
Copy link
Owner

For getting Notification from server you can use Firebase Messaging which helps user to get notifications when app is not opened or app is in background.

Firebase Messaging includes background Task. You need not to worry everything will be done by Firebase only

@ghost
Copy link
Author

ghost commented Sep 22, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants