Skip to content

Commit

Permalink
Pubnub integration (#455)
Browse files Browse the repository at this point in the history
* Pubnub integration

* Apply suggestions from code review

Co-authored-by: Gergely Sinka <[email protected]>

---------

Co-authored-by: Gergely Sinka <[email protected]>
  • Loading branch information
laliconfigcat and sigewuzhere authored Jun 20, 2024
1 parent 1b5c4c6 commit ef45f00
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
23 changes: 23 additions & 0 deletions website/docs/integrations/pubnub.mdx
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

Notify your PubNub channels about feature flag changes in real time. This integration ensures that any updates in ConfigCat are instantly propagated across your distributed systems via PubNub.

## 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.
Binary file added website/static/assets/pubnub/pubnub_keys.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions website/versioned_docs/version-V1/integrations/pubnub.mdx
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

Notify your PubNub channels about feature flag changes in real time. This integration ensures that any updates in ConfigCat are instantly propagated across your distributed systems via PubNub.

## 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.

0 comments on commit ef45f00

Please sign in to comment.