Skip to content

Commit 53dd7c2

Browse files
committed
Added URL access page info
1 parent 4fb23c0 commit 53dd7c2

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)**: From here, you can view and copy URLs that need to be whitelisted for FlutterFlow to function correctly in enterprise environments with restricted internet access. Learn more about whitelisting URLs [here](../../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 might have restrictions in accessing the internet. For example, allowing only safe URLs that are related to their work. If you have such restrictions, you may not be able to use FlutterFlow or its features. Because FlutterFlow 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 you need to whitelist, open the **URL Access** page from the FlutterFlow [dashboard](../intro/ff-ui/dashboard.md). Any **Inaccessible** URLs are currently blocked by your network and preventing certain features from working. You can copy these URLs individually or use the **Copy All Inaccessible URLs** button in the top-right corner to gather them at once, then provide them to 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)