benwilkins / laravel-fcm-notification

Laravel FCM (Firebase Cloud Messaging) Notification Channel
MIT License
213 stars 91 forks source link

Platform specific fields #54

Open chimit opened 4 years ago

chimit commented 4 years ago

I need to specify an apns-push-type parameter for VoIP push, but this package apparently doesn't support platform specific fields. Are there any other ways to do it?

Any plans to upgrade from the Legacy HTTP protocol to the HTTP v1?