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

Push Notifications #2695

Closed
tamermorsy opened this issue Sep 11, 2016 · 7 comments
Closed

Push Notifications #2695

tamermorsy opened this issue Sep 11, 2016 · 7 comments

Comments

@tamermorsy
Copy link

We still need an answer regarding push notifications. We have not received an answer on how to users can send notifications to one another.

PLEASE HELP.

@bohemima
Copy link
Contributor

bohemima commented Sep 11, 2016

Hi, please use stackoverflow.com for general questions about how to implement something and keep this place for actual bugs and/or feature requests.

(you would use cloud code to send push notifications btw, as it requires you to use the master key - see #401 and https://github.com/ParsePlatform/parse-server/wiki/Push)

@tamermorsy
Copy link
Author

This is an actual feature request because the team from Parse said they are still not sure what to do. Many of my friends reached out to ask.

@bohemima
Copy link
Contributor

Push notifications have been available in parse-server since 2.0.8 (2/11/2016). If you have trouble implementing them please see the wiki I linked above or ask a question at for example stackoverflow.com

@flovilmart
Copy link
Contributor

Client push notifications is disabled, you should implement it through a cloud function.

@JustK2
Copy link

JustK2 commented Sep 11, 2016

@flovilmart -- Do you have a sample of how the Cloud functions that would mimic the native Parse functionality?? This is what we need to be open source. We have implemented the "broadcast" type of Push successfully but that does not meet our needs. We need to mimic the action available in Parse as follows: User X likes User Y's Object Z. We are happy to implement in Cloud but appreciate some sort of guide as NOT having to writing all this code is why we chose the Parse product initially. Please reopen bug.

@flovilmart
Copy link
Contributor

Parse.com deprecated client sending push a while ago, the code should be pretty much the same as the original code, I won't reopen the issue as it's not a bug but an implementation detail.
We don't discuss implementations details here, it's better suited over stackoverflow.

@JustK2
Copy link

JustK2 commented Sep 17, 2016

Stack question here - I've never implemented this or seen the current cloud code associated with our legacy Parse app. If you could please provide a sample that would be great.

Thanks so much!

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

4 participants