parse-community / parse-server-push-adapter

A push notification adapter for Parse Server
https://parseplatform.org
MIT License
88 stars 100 forks source link

Upgrade legacy FCM HTTP API to v1 #150

Closed yagotome closed 7 months ago

yagotome commented 4 years ago

Hello!

I would like to send some properties in Push Notification payload so that I can use them for analytics in Firebase.

However, this adapter still uses legacy FCM API which does not support those properties (such as name, fcm_options.analytics_label etc).

I wonder if you are thinking of migrating to FCM HTTP v1 API soon.

dplewis commented 4 years ago

@yagotome There is a PR opened for FCM v1. https://github.com/parse-community/parse-server-push-adapter/pull/116

It's been opened for a while now. Feel free to review, test, and add changes.

mtrezza commented 7 months ago

Closing via https://github.com/parse-community/parse-server-push-adapter/issues/219