diff --git a/docs/intro/ff-ui/dashboard.md b/docs/intro/ff-ui/dashboard.md index 0e1874ed..ab47e91e 100644 --- a/docs/intro/ff-ui/dashboard.md +++ b/docs/intro/ff-ui/dashboard.md @@ -74,6 +74,10 @@ You can also find links to various resources to assist in building apps with Flu - Additionally, ensure that you have added a name to your FlutterFlow profile. The same name will be used for the community forum profile. ::: +- **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)**. + + ![url-access](imgs/url-access-dashboard.avif) + - **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. - **Plan info**: See information about the current plan and eventually upgrade to access additional features. diff --git a/docs/intro/ff-ui/imgs/url-access-dashboard.avif b/docs/intro/ff-ui/imgs/url-access-dashboard.avif new file mode 100644 index 00000000..5558856e Binary files /dev/null and b/docs/intro/ff-ui/imgs/url-access-dashboard.avif differ diff --git a/docs/misc/enterprise-support-policy.md b/docs/misc/enterprise-page.md similarity index 64% rename from docs/misc/enterprise-support-policy.md rename to docs/misc/enterprise-page.md index 211337ba..600ebe9d 100644 --- a/docs/misc/enterprise-support-policy.md +++ b/docs/misc/enterprise-page.md @@ -1,5 +1,23 @@ +--- +slug: /misc/enterprise +title: Enterprise +description: Learn how to use FlutterFlow for Enterprise. +tags: [Enterprise] +sidebar_position: 1 +keywords: [Enterprise Support Policy, Whitelist URLs] +--- -# Enterprise Support Policy +# Enterprise + +## Whitelist URLs + +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. + +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. + +![url-access](imgs/url-access.avif) + +## Enterprise Support Policy 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. diff --git a/docs/misc/imgs/url-access.avif b/docs/misc/imgs/url-access.avif new file mode 100644 index 00000000..00fceaf1 Binary files /dev/null and b/docs/misc/imgs/url-access.avif differ diff --git a/firebase.json b/firebase.json index 0264603d..67fde755 100644 --- a/firebase.json +++ b/firebase.json @@ -2307,6 +2307,11 @@ "source": "/concepts/multiple-languages/language-selector", "destination": "/concepts/localization", "type": 301 + }, + { + "source": "/misc/enterprise-support-policy", + "destination": "/misc/enterprise#enterprise-support-policy", + "type": 301 } ] }