This commit is contained in:
Hamza-Ayed
2026-04-28 23:43:29 +03:00
parent ff4d81bd97
commit 402fab3a50
6 changed files with 672 additions and 2 deletions

View File

@@ -57,6 +57,10 @@ class FcmService
$payload = [
'message' => [
'token' => $token,
'notification' => [
'title' => $title,
'body' => $body,
],
'data' => $processedData,
'android' => ['priority' => 'HIGH'],
'apns' => [