1.1.0 • Published 2 years ago

@pusher/push-notifications-web v1.1.0

Weekly downloads
2,282
License
MIT
Repository
-
Last release
2 years 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

2 years ago

2.0.0-beta.2

4 years ago

2.0.0-beta.1

4 years ago

2.0.0-beta.0

4 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.12.0

5 years ago

0.11.0

5 years ago

0.10.0

5 years ago

0.9.3

5 years ago

0.9.2

5 years ago

0.9.2-beta2

6 years ago

0.9.2-beta

6 years ago

0.9.1

6 years ago

0.9.0

6 years ago