Skip to content

Added URL Access Page Info [Enterprise] #261

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

Merged
merged 7 commits into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 4 additions & 0 deletions docs/intro/ff-ui/dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)**: 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).

![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.
Expand Down
Binary file added docs/intro/ff-ui/imgs/url-access-dashboard.avif
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -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 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.

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.

![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.

Expand Down
Binary file added docs/misc/imgs/url-access.avif
Binary file not shown.
5 changes: 5 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!!!

}
]
}
Expand Down
Loading