1.1.0 • Published 1 year ago

@pusher/push-notifications-web v1.1.0

Weekly downloads
2,282
License
MIT
Repository
-
Last release
1 year ago

Build Status

Push Notifications Web

Warning: This SDK is currently a work in progress

Usage

Configuring the SDK for Your Instance

Use your instance id and secret (you can get these from the dashboard) to create a Beams PushNotifications instance:

PusherPushNotifications.init({
  instanceId: 'YOUR_INSTANCE_ID_HERE',
})
  .then(beamsClient => beamsClient.start()) // Register for push notifications
  .then(() => console.log('Beams Web client started'))
  .catch(console.error);
2.0.1

1 year ago

2.0.0-beta.2

3 years ago

2.0.0-beta.1

3 years ago

2.0.0-beta.0

3 years ago

1.1.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.12.0

4 years ago

0.11.0

4 years ago

0.10.0

4 years ago

0.9.3

4 years ago

0.9.2

4 years ago

0.9.2-beta2

4 years ago

0.9.2-beta

4 years ago

0.9.1

5 years ago

0.9.0

5 years ago