0.0.2-alpha.2 • Published 2 years ago

gcm-shared v0.0.2-alpha.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

gcm-shared

GCM shared functionality.

Usage

Bootstrapping

To be fully functional, this library requires initialization on app startup:

import { GCM } from '@guestyci/gcm-shared';
// ...
// ...
await GCM.bootstrap();

Partners

Access the GCM partner data.

getAll()

Provides complete data about all GCM partners in a single call.

0.0.2-alpha.2

2 years ago