Skip to content

Commit 4a2e5f7

Browse files
committed
fix
1 parent 2f1fcb1 commit 4a2e5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/intro/ff-ui/resource-hierarchy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You can add a description for each of the following resources in FlutterFlow:
5959
- **Data Type**: Summarizes the purpose of a custom data model. Example: "Represents a user’s order including items, total cost, and status."
6060
- **Parameters**: Provide context for how a parameter is used, including expected data types or value ranges. Example: "String to store the user’s phone number—must include country code."
6161
- **Page/Component State Variables**: Clarify what state data is being stored and why. For instance, "Tracks the currently selected tab in this component."
62-
- **App State Variables**: Describe the global data shared across pages. Example: Stores the user’s authentication token for all network requests.
62+
- **App State Variables**: Describe the global data shared across pages. Example: "Stores the user’s authentication token for all network requests".
6363
- **Constant**: Add the intended purpose of any fixed value used throughout the app. Example: "Base API URL for all network calls".
6464
- **Enum**: Provide a rationale for the enumerated values. Example: "Defines possible user roles—admin, editor, viewer".
6565
- **Firestore Collection**: Explain what data the collection holds and how it relates to your app’s functionality. Example: "Stores all user profiles with fields for name, email, and profile photo URL".

0 commit comments

Comments
 (0)