feat: Upgrade to @parse/push-adapter 8.1.0 (#9938)

This commit is contained in:
Antoine Cormouls
2025-12-12 21:46:17 +01:00
committed by GitHub
parent 4476d886a1
commit d5e76b01db
7 changed files with 624 additions and 1125 deletions

View File

@@ -8,7 +8,7 @@
// * getValidPushTypes()
// * send(devices, installations, pushStatus)
//
// Default is ParsePushAdapter, which uses GCM for
// Default is ParsePushAdapter, which uses FCM for
// android push and APNS for ios push.
/**