Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pubnub integration #455

Merged
merged 2 commits into from
Jun 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading