parse-server-push-adapter icon indicating copy to clipboard operation
parse-server-push-adapter copied to clipboard

Break up push adapter APIs

Open mtrezza opened this issue 1 year ago • 1 comments

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.

mtrezza avatar May 10 '24 18:05 mtrezza

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!