parse-community / parse-server-push-adapter

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

Break up push adapter APIs #245

Open mtrezza opened 3 weeks ago

mtrezza commented 3 weeks ago

New Feature / Enhancement Checklist

Current Limitation

With web, expo, APNS and Firebase push support, the push adapter forces additional dependencies on deployments that may not need it. In fact, some of these APIs are mutually exclusive.

Feature / Enhancement Description

Break up the push adapter into individual adapters per API, so that developers add only push support for APIs that they actually need.

Similar to database adapters. This requires a change on the Parse Server side as well.

parse-github-assistant[bot] commented 3 weeks ago

Thanks for opening this issue!