Skip to content

Commit f37aeb0

Browse files
authored
Merge pull request #261 from FlutterFlow/feature/url-access-page
Added URL Access Page Info [Enterprise]
2 parents 3111a84 + 8e0e4a6 commit f37aeb0

File tree

5 files changed

+28
-1
lines changed

5 files changed

+28
-1
lines changed

docs/intro/ff-ui/dashboard.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ You can also find links to various resources to assist in building apps with Flu
7474
- Additionally, ensure that you have added a name to your FlutterFlow profile. The same name will be used for the community forum profile.
7575
:::
7676

77+
- **URL Access (Only Available for Enterprise Users)**: You can view and copy URLs that need to be whitelisted for FlutterFlow to function correctly in enterprise environments with restricted internet access. Check out docs on **[Whitelisting URLS](../../misc/enterprise-page.md#whitelist-urls)**.
78+
79+
![url-access](imgs/url-access-dashboard.avif)
80+
7781
- **Account**: This is helpful if you want to look at your account information, upload a profile picture, reset your password, see your referrals, or delete account.
7882

7983
- **Plan info**: See information about the current plan and eventually upgrade to access additional features.
Binary file not shown.

docs/misc/enterprise-support-policy.md renamed to docs/misc/enterprise-page.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
1+
---
2+
slug: /misc/enterprise
3+
title: Enterprise
4+
description: Learn how to use FlutterFlow for Enterprise.
5+
tags: [Enterprise]
6+
sidebar_position: 1
7+
keywords: [Enterprise Support Policy, Whitelist URLs]
8+
---
19

2-
# Enterprise Support Policy
10+
# Enterprise
11+
12+
## Whitelist URLs
13+
14+
Enterprise environments often restrict internet access to enhance security and compliance. For example, they may allow access only to approved URLs that are essential for work-related tasks. FlutterFlow won't properly work in such restrictions because it accesses multiple services—Firestore, Cloud Functions, and various APIs—these URLs must be allowed in your corporate firewall for everything to function correctly.
15+
16+
To find out which URLs need to be whitelisted, navigate to the URL Access page from the FlutterFlow [dashboard](../intro/ff-ui/dashboard.md). Any URLs marked as **Inaccessible** are currently blocked by your network, which may prevent certain features from functioning properly. You can copy these URLs individually or use the Copy All Inaccessible URLs button in the top-right corner to collect them all at once. Then, share the list with your IT team for whitelisting.
17+
18+
![url-access](imgs/url-access.avif)
19+
20+
## Enterprise Support Policy
321

422
We understand our Enterprise customers often rely on FlutterFlow for mission critical applications. To that end, we have created a dedicated Enterprise support team to provide the highest level of service and support. This document outlines our support channels and scope for Enterprise customers.
523

docs/misc/imgs/url-access.avif

53.6 KB
Binary file not shown.

firebase.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2307,6 +2307,11 @@
23072307
"source": "/concepts/multiple-languages/language-selector",
23082308
"destination": "/concepts/localization",
23092309
"type": 301
2310+
},
2311+
{
2312+
"source": "/misc/enterprise-support-policy",
2313+
"destination": "/misc/enterprise#enterprise-support-policy",
2314+
"type": 301
23102315
}
23112316
]
23122317
}

0 commit comments

Comments
 (0)