The preferred way to install this extension is through composer.
Either run
php composer require --prefer-dist panix/mod-fcm "*"
or add
"panix/mod-fcm": "*"
Add config file
<?php
'components' => [
]
?>
to the require section of your composer.json
file.
Method | URL | Data |
---|---|---|
POST | /api/fcm/index/add-device | {token:XXX, ...} |