Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -249,14 +249,6 @@ final flagsmithClient = FlagsmithClient(

## Real-time Flag Updates

:::tip

Real-time Flags are part of our SaaS Scale-Up and Enterprise plans.

Real-time Flags are currently in beta. Please contact us to join the beta!

:::

Real-time flag updates are disabled by default. You can enable them simply by changing the configuration as follows:

```dart
Expand All @@ -280,6 +272,8 @@ final flagsmithClient = FlagsmithClient(
), apiKey: 'YOUR_ENV_API_KEY');
```

For further information on real-time flags see the full documentation [here](../../../performance/real-time-flags)

## Known issues

- If using the package Dio, you may encounter an error saying `Bad state: Future already completed`. There is a bug in
Expand Down
4 changes: 1 addition & 3 deletions docs/docs/managing-flags/release-pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ sidebar_position: 4

:::info

Release Pipelines is currently in a closed beta, please contact us if you'd like to gain access.

<a class="open-chat button button--primary" data-crisp-chat-message="Hello, I'm interested in joining the Release Pipelines beta.">Contact Us</a>
Release Pipelines is currently in a closed beta, please contact [email protected] if you'd like to gain access.

:::

Expand Down
9 changes: 5 additions & 4 deletions docs/docs/performance/real-time-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ sidebar_label: Real-time Flags
sidebar_position: 20
---

When an application fetches its current feature flags, it usually caches the flags for a certain amount of time to make [efficient use](/best-practices/efficient-api-usage) of the Flagsmith API and network resources. In some cases, you may want an application to be notified about feature flag updates without needing to repeatedly call the Flagsmith API. This guide explains how to achieve this by subscribing to real-time flag updates.
:::info

Real-time flag updates require an Enterprise subscription.

## Prerequisites
:::

- Real-time flag updates require an Enterprise subscription.
- Real-time flag updates are only available on the public SaaS Flagsmith instance. Self-hosted and private cloud Flagsmith installations do not support real-time flag updates.
When an application fetches its current feature flags, it usually caches the flags for a certain amount of time to make [efficient use](/best-practices/efficient-api-usage) of the Flagsmith API and network resources. In some cases, you may want an application to be notified about feature flag updates without needing to repeatedly call the Flagsmith API. This guide explains how to achieve this by subscribing to real-time flag updates.

## Setup

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ hide_title: true
![Adobe](/img/integrations/servicenow/servicenow-logo.svg)

Flagsmith does not currently support integrating with ServiceNow, but we are eager to build this integration based on
your requirements.
<a class="open-chat" data-crisp-chat-message="Hello, I'm interested in integrating with ServiceNow.">Contact us</a> if
you are interested in this or any other integrations.
your requirements. Contact [email protected] if you are interested in this or any other integrations.