- New parametrer
firebase
is now requried in the config - this is used mainly for FCM installation - FCM
installation
data were added intofcm
part ofCredentials
containing Firebase Install credentials - Token refreshing is in TODO - Removed the
logLevel
option and replaced it withdebug: boolean
- Moved
sentTestMessage
into separate class calledPushSender
- Replaced
axios
with nativefetch
in Node v20+ - Added
index
export forPushReceiver
andPushSender
- Added automated Heartbeat messages
- new option
heartbeatIntervalMs
DEFAULT: 5 * 60 * 1000 - new events
ON_HEARTBEAT
- this is emited when socket recievesping
orack
messages
- new option
- Updated devDependencies