mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Fix FCM init
This commit is contained in:
parent
c32545fb49
commit
f9e8216781
1 changed files with 1 additions and 1 deletions
|
|
@ -398,7 +398,7 @@ class Messaging extends Action
|
|||
$credentials['teamId'],
|
||||
$credentials['bundleId'],
|
||||
),
|
||||
'fcm' => new FCM($credentials['serviceAccountJSON']),
|
||||
'fcm' => new FCM(\json_encode($credentials['serviceAccountJSON'])),
|
||||
default => null
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue