Skip to content

Documentation says to use key instead of apiKey in Sender constructor #9

@ffleandro

Description

@ffleandro

Documentation says to use key instead of apiKey in Sender constructor.

Example:
Instead of:

var gcmService = new gcm.Sender({
    key: 'GCM_KEY'
});

should be:

var gcmService = new gcm.Sender({
    apiKey: 'GCM_KEY'
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions