-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1b5c4c6
commit 15b2121
Showing
3 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
id: pubnub | ||
title: PubNub - Receive a PubNub message on feature flag change events. | ||
description: ConfigCat PubNub integration. This is a step-by-step guide on how to connect the ConfigCat feature flag service events to PubNub. | ||
--- | ||
|
||
## Overview | ||
|
||
Receive a PubNub message on feature flag change events. | ||
|
||
## Installation | ||
|
||
1. Have a <a href="https://www.pubnub.com/" target="_blank">PubNub account.</a> | ||
2. Get your PubNub publish key, subscribe key from the <a href="https://admin.pubnub.com/" target="_blank">PubNub admin portal.</a> | ||
<img src="/docs/assets/pubnub/pubnub_keys.png" className="zoomable" alt="PubNub keys" /> | ||
3. Open the <a href="https://app.configcat.com/product/integrations" target="_blank">integrations tab</a> on ConfigCat Dashboard. | ||
4. Click on PubNub's CONNECT button and set your PubNub publish key, subscribe key and set the channel where you want to receive the notifications. | ||
5. You're all set. Go ahead and make some changes on your feature flags, then check your messages in PubNub. | ||
|
||
## Un-installation | ||
|
||
1. Open the <a href="https://app.configcat.com/product/integrations" target="_blank">integrations tab</a> on ConfigCat Dashboard. | ||
2. Click on PubNub's DISCONNECT button. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
id: pubnub | ||
title: PubNub - Receive a PubNub message on feature flag change events. | ||
description: ConfigCat PubNub integration. This is a step-by-step guide on how to connect the ConfigCat feature flag service events to PubNub. | ||
--- | ||
|
||
## Overview | ||
|
||
Receive a PubNub message on feature flag change events. | ||
|
||
## Installation | ||
|
||
1. Have a <a href="https://www.pubnub.com/" target="_blank">PubNub account.</a> | ||
2. Get your PubNub publish key, subscribe key from the <a href="https://admin.pubnub.com/" target="_blank">PubNub admin portal.</a> | ||
<img src="/docs/assets/pubnub/pubnub_keys.png" className="zoomable" alt="PubNub keys" /> | ||
3. Open the <a href="https://app.configcat.com/product/integrations" target="_blank">integrations tab</a> on ConfigCat Dashboard. | ||
4. Click on PubNub's CONNECT button and set your PubNub publish key, subscribe key and set the channel where you want to receive the notifications. | ||
5. You're all set. Go ahead and make some changes on your feature flags, then check your messages in PubNub. | ||
|
||
## Un-installation | ||
|
||
1. Open the <a href="https://app.configcat.com/product/integrations" target="_blank">integrations tab</a> on ConfigCat Dashboard. | ||
2. Click on PubNub's DISCONNECT button. |