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 .
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.
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 .