Skip to content
This repository has been archived by the owner on May 6, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 208 Bytes

GCM.md

File metadata and controls

13 lines (10 loc) · 208 Bytes

Token Format

A base64 string

Sample Configuration

exports['gcm'] = {
    enabled: yes,
    class: require('./lib/pushservices/gcm').PushServiceGCM,
    key: 'GCM API KEY HERE'
}