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
@@ -13,67 +13,151 @@ FlutterFlow allows for multiple ways to collaborate on a project as well as the
13
13
You can also invite users to your project who are not part of your organization. For instance, you might want to share your work with clients, stakeholders, or team members of the client.
14
14
15
15
When you invite users to your project, you have the flexibility to assign them different roles depending on their level of involvement. For example, you can grant editing privileges to collaborators who are actively working on the project while assigning read-only access who need to view the progress. Alternatively, you can also make them the owner of the project, giving them full control.
16
-
<divclass="alert alert--info"role="alert">
17
-
<h4>Notes</h4>
16
+
:::info
18
17
- When you add a user, the default role assigned is the *Editor* role.
19
18
- Users with read-only access will only be able to access that specific project and won't be able to access any shared *Teams* libraries (e.g., custom code, design system).
20
19
- Read-only users added to *Teams*/*Organization* will not count against your *Teams* seat count.
21
20
- You must verify your email before inviting users.
22
-
</div>
21
+
:::
23
22
24
23
### How to Invite Users
25
24
25
+
<div style={{
26
+
position: 'relative',
27
+
paddingBottom: 'calc(56.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding
1. Navigate to **Settings & Integrations** (from the left *Navigation Menu*) **> Project Setup > Collaboration > Invite Users**.
27
52
2. Click on the **Invite User**. This will open a popup to enter user's email.
28
53
3. Input their **email address** and select **Invite**.
29
54
4. If a user isn't already a FlutterFlow user, we will send them an invite email. Their status will be shown as **Pending** until they create an account.
30
55
5. To provide read-only access, tick the **Read Only** checkbox.
31
56
32
-
<divclass="alert alert--info"role="alert">
33
-
<h4>Note</h4>
57
+
:::info
34
58
FlutterFlow subscriptions are seat based. A user added to your project will only have access to the features of their account plan.
35
-
</div>
59
+
:::
36
60
37
61
## Branching Permissions
38
62
The owner of a project can manage permissions related to branching. Owners can control two types of branching permissions:
39
63
40
64
- Editing Permissions: Determines who is allowed to edit branching permissions.
41
65
- Merging into Main: Specifies who is allowed to merge branches into the main branch.
42
66
67
+
<div style={{
68
+
position: 'relative',
69
+
paddingBottom: 'calc(56.67989417989418% + 41px)', // Correctly maintaining the aspect ratio with additional padding
To share a project with all team members in your organization, enable the "Share with my organization" option.
45
95
96
+

97
+
46
98
## Real-Time Collaboration
47
99
Real-Time Collaboration is a powerful feature that allows multiple builders to work together on the same project or, rather same page and design system simultaneously. With this, all builders can see the changes being made to the page as they happen and can also make their own changes to the page without interfering with the work of others.
48
100
101
+
49
102
This increases efficiency and productivity, as multiple builders can work on various aspects of the project or together on the same page at the same time.
50
103
51
104
To enable real-time collaboration, navigate to Settings & Integrations (from the left Navigation Menu) > Project Setup > Collaboration > click Enable Updated Collaboration.
1. Navigate to **Settings & Integrations** (from the left Navigation Menu) **> Project Setup > Collaboration > Invite Users.**
70
153
2. Click on the **Status** (e.g., Active) of the person you want to transfer project ownership to. You can only transfer ownership to someone with a status of **Active**.
71
-
3. A popup will appear, and select **Yes**.
154
+
3. A popup will appear, and select **Yes**.
72
155
73
156
## Project Activity
74
157
You can see a running history of changes made while building that helps you track progress and stay up to date on project changes. This feature allows team members to see all the updates made to a project in real-time, enabling them to understand how the project is evolving and collaborate more efficiently.
0 commit comments