Skip to content

Commit aa9b211

Browse files
authored
Pooja/fix redirect (#107)
* Add badge count ios docs * Fix firebase json redirects
1 parent 8a840b9 commit aa9b211

File tree

5 files changed

+32
-12
lines changed

5 files changed

+32
-12
lines changed
839 KB
Loading
71.2 KB
Loading

docs/resources/control-flow/functions/utility-actions.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,4 +263,24 @@ Go to your project page on FlutterFlow and follow the steps below to define the
263263
allow="clipboard-write">
264264
</iframe>
265265
</div>
266-
<p></p>
266+
<p></p>
267+
268+
269+
## Update App Badge Count (iOS only)
270+
This action enables you to display a badge icon with counts over iOS app icons. For example, you could use this action to show unread messages, today's reminders, or upcoming events.
271+
272+
:::info[Platform Support]
273+
In Android, badges automatically appear on app icons with push notifications. We would like to add this functionality for iOS. However, we are blocked by [**this**](https://github.com/firebase/flutterfire/issues/9563) issue. Therefore, iOS badge counts need to be configured manually using the action shown below.
274+
:::
275+
![badge-count-demo.png](img%2Fbadge-count-demo.png)
276+
277+
### Adding Update App Badge Count [Action]
278+
Follow the steps below to add this action to any widget.
279+
280+
1. Select the Widget (e.g., Container, Button, etc.) on which you want to add the action. However, you would probably chain this action after something happens in your app.
281+
2. Select Actions from the Properties panel (the right menu), and click Open. This will open an Action Flow Editor in a new popup window.
282+
3. Click on the **+ Add Action**.
283+
4. On the right side, search and select the Update App Badge Count (under Alerts/Notifications) action.
284+
5. Set the Badget Count Value.
285+
286+
![badge-count.png](img%2Fbadge-count.png)

docs/resources/projects/how-to-collaborate-on-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
slug: /resources/projects/how-to-collaborate-on-projects
2+
slug: /resources/projects/collaboration
33
title: How to Collaborate on Projects
44
description: Learn how to collaborate effectively on projects in FlutterFlow, including best practices for teamwork and project management.
55
tags: [Collaboration, Project Management]

firebase.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -115,17 +115,17 @@
115115
},
116116
{
117117
"source": "/settings-and-integrations/general-settings/navbar-and-appbar/navbar",
118-
"destination": "/resources/ui/pages/scaffold-elements",
118+
"destination": "/resources/ui/pages/scaffold-elements/#nav-bar",
119119
"type": 301
120120
},
121121
{
122122
"source": "/settings-and-integrations/general-settings/navbar-and-appbar/appbar",
123-
"destination": "/resources/ui/pages/scaffold-elements",
123+
"destination": "/resources/ui/pages/scaffold-elements/#appbar",
124124
"type": 301
125125
},
126126
{
127127
"source": "/settings-and-integrations/general-settings/walkthroughs",
128-
"destination": "/resources/projects/settings/project-setup",
128+
"destination": "/resources/projects/settings/project-setup/#walkthroughs",
129129
"type": 301
130130
},
131131
{
@@ -135,7 +135,7 @@
135135
},
136136
{
137137
"source": "/settings-and-integrations/project-setup/collaboration",
138-
"destination": "/resources/projects/how-to-collaborate-on-projects",
138+
"destination": "/resources/projects/collaboration",
139139
"type": 301
140140
},
141141
{
@@ -1080,7 +1080,7 @@
10801080
},
10811081
{
10821082
"source": "/actions/actions/alerts-notifications",
1083-
"destination": "/",
1083+
"destination": "/concepts/alerts-notification/alert-dialog",
10841084
"type": 301
10851085
},
10861086
{
@@ -1095,12 +1095,12 @@
10951095
},
10961096
{
10971097
"source": "/actions/actions/alerts-notifications/show-snack-bar",
1098-
"destination": "/resources/ui/pages/scaffold-elements",
1098+
"destination": "/resources/ui/pages/scaffold-elements/#snackbar",
10991099
"type": 301
11001100
},
11011101
{
11021102
"source": "/actions/actions/alerts-notifications/hide-snackbar",
1103-
"destination": "/resources/ui/pages/scaffold-elements",
1103+
"destination": "/resources/ui/pages/scaffold-elements/#snackbar",
11041104
"type": 301
11051105
},
11061106
{
@@ -1110,7 +1110,7 @@
11101110
},
11111111
{
11121112
"source": "/actions/actions/alerts-notifications/request-permission",
1113-
"destination": "/resources/projects/settings/project-setup",
1113+
"destination": "/resources/projects/settings/project-setup/#permissions",
11141114
"type": 301
11151115
},
11161116
{
@@ -1130,7 +1130,7 @@
11301130
},
11311131
{
11321132
"source": "/actions/actions/alerts-notifications/update-app-badge-count-ios-only",
1133-
"destination": "/",
1133+
"destination": "/resources/functions/utility-actions/#update-app-badge-count-ios-only",
11341134
"type": 301
11351135
},
11361136
{
@@ -2075,7 +2075,7 @@
20752075
},
20762076
{
20772077
"source": "/settings-and-integrations/project-setup/team",
2078-
"destination": "/resources/projects/how-to-collaborate-on-projects",
2078+
"destination": "/resources/projects/collaboration",
20792079
"type": 301
20802080
}
20812081
]

0 commit comments

Comments
 (0)