-
Notifications
You must be signed in to change notification settings - Fork 30
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
Add support for subscribing to push notification #119
Comments
Hi there!
Should be possible and also not too complicated. I think it simply wasn't added yet because nobody needed it hard enough or found the time to implement. So here it is, the obligatory: Pull Requests welcome 😄 |
Sean, this just looks like you have your build directory right in the same directory where your sources are. Try to make a new build directory first, like |
Worked like a charm. Thank you very much! |
Hi guys,
Thanks for the great work.
I'm wondering if you guys have plan to add support for subscribing to push notification. It seems to be a quick one, for instance, I tweaked the subscribe_impl and it worked. I guess we just need to overload the subscribe* methods, right?
Would it be possible to add such support? or is there a reason why push subscription was not added?
Thank you again for your great work.
The text was updated successfully, but these errors were encountered: