laravel-notification-channels / fcm

Firebase Cloud Messaging (FCM) notifications channel for Laravel
https://laravel-notification-channels.com/
MIT License
472 stars 121 forks source link

how this package work for ios ? or i need to do something in google console platform specefcily for ios ? #199

Closed zack965 closed 2 months ago

zack965 commented 2 months ago

i am working in a laravel app and i need to push notification , using API Firebase Cloud Messaging (V1) . i already have the sevice account .json file and it does work good for android but not for ios .

dwightwatson commented 2 months ago

This channel is simply a bridge between Laravel's Notification Channels and laravel-firebase. You may need to reference their docs to determine how to target iOS devices through Firebase.