You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FlutterFlow allows for multiple ways to collaborate on a project as well as the
12
12
ability to manage the collaboration through permissions.
13
13
14
-
## Sharing a Project with a User
14
+
## Adding Collaborator
15
15
16
16
You can invite users to your project who are not part of your organization.
17
17
For instance, you might want to share your work with clients, stakeholders, or
18
18
team members of the client.
19
19
20
-

20
+
To add an external user as a collaborator to any project, go to the [My Teams](https://app.flutterflow.io/team) page and, under the **Collaborator Passes** section, click **Add Pass** and complete the checkout process. Once the pass is created, enter the user’s details and select the project you’d like to grant them access to.
21
+
22
+
<div style={{
23
+
position: 'relative',
24
+
paddingBottom: 'calc(56.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding
When you invite users to your project, you have the flexibility to assign them
23
49
different roles depending on their level of involvement. For example, you can
24
-
grant **editing** privileges to collaborators who are actively working on the
25
-
project while assigning **read-only access** who need to view the progress.
26
-
Alternatively, you can also make them the **owner** of the project, giving them full
27
-
control.
28
-
:::info
50
+
grant **Editor** privileges to collaborators who are actively working on the
51
+
project while assigning **Read-only** access who need to view the progress.
52
+
Alternatively, you can also make them the **Manager** and **Owner** of the project, giving them more control.
29
53
54
+
:::info
55
+
- Once a collaborator is added, they’ll have the same level of access as the team that issued the pass (either Growth or Business, depending on the plan).
30
56
- When you add a user, the default role assigned is the *Editor* role.
31
57
- Users with read-only access will only be able to access that specific project
32
58
and won't be able to access any shared *Teams* libraries (e.g., custom code,
33
59
design system).
34
-
- Read-only users added to *Teams*/*Organization* will not count against your
35
-
*Teams* seat count.
36
60
- You must verify your email before inviting users.
37
61
- If a user isn't already a FlutterFlow user, we will send them an invite email.
38
62
Their status will be shown as **Pending** until they create an account.
39
-
- FlutterFlow subscriptions are seat based. A user added to your project will
40
-
only have access to the features of their account plan.
0 commit comments