Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion docs/ff-concepts/advanced/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Advanced",
"position": 10
"position": 11
}
4 changes: 4 additions & 0 deletions docs/ff-concepts/app-events/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "App Events",
"position": 10
}
425 changes: 425 additions & 0 deletions docs/ff-concepts/app-events/app-events.md

Large diffs are not rendered by default.

Binary file added docs/ff-concepts/app-events/imgs/app-event.avif
Binary file not shown.
Binary file added docs/ff-concepts/app-events/imgs/flow.avif
Binary file not shown.
Binary file not shown.
Binary file added docs/ff-concepts/app-events/imgs/local-event.avif
Binary file not shown.
5 changes: 3 additions & 2 deletions docs/intro/ff-ui/builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ Here is a list of all the features accessible from the navigation menu:
12. **Cloud Functions**: Write and deploy cloud functions for Firebase.
13. **Tests**: Add automated tests.
14. **Agents**: Create, configure, and manage [AI Agents](../../ff-integrations/ai/ai-agents.md) to integrate conversational AI interactions into your app.
15. **Theme settings**: Customize visual appearance.
16. **Settings and Integrations**: Access app-related settings and integrations.
15. **App Events**: Define and manage [App Events](../../ff-concepts/app-events/app-events.md) that allow different parts of your app to communicate without being directly connected.
16. **Theme settings**: Customize visual appearance.
17. **Settings and Integrations**: Access app-related settings and integrations.

## ToolBar

Expand Down
Binary file modified docs/intro/ff-ui/imgs/navigation-menu.avif
Binary file not shown.