mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Update push-notification.php
Use Symphony updated GCM driver which supports FCM
This commit is contained in:
parent
ee14d6aecf
commit
bc9f237c43
@ -17,7 +17,7 @@ return [
|
|||||||
'ninjaAndroid' => [
|
'ninjaAndroid' => [
|
||||||
'environment' =>'production',
|
'environment' =>'production',
|
||||||
'apiKey' =>env('FCM_API_TOKEN'),
|
'apiKey' =>env('FCM_API_TOKEN'),
|
||||||
'service' =>'fcm'
|
'service' =>'gcm'
|
||||||
]
|
]
|
||||||
|
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user