You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: