Closed

Description
Issue Description
Testing my app using parse-server I get the same push notification 5 times. I already tried logging out and logging in to Facebook, deleting app data and uninstalling the app. I have never experienced this using parse.com.
Googling around a bit, it seems that the problem might be related to old GCM tokens.
Steps to reproduce
Please include a detailed list of steps that reproduce the issue. Include curl commands when applicable.
- Use parse-server push (native)
- Reinstall and restart app multiple times
- Send push notification to device
Expected Results
Notifcation should be received once
Actual Outcome
Notification is received multiple times
Environment Setup
- Server
- parse-server version: 2.2.11
- Heroku sandbox
- Database
- mLab sandbox
in database:
"numSent": 1
Might be related to:
#2009
But I'm not switching user accounts.
Any ideas?