Skip to content

Commit 27f77c6

Browse files
committed
Resolved review comments
1 parent 4a1d94d commit 27f77c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ff-concepts/alerts-notification/push-notifications.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ To enable push notifications:
5858
![img.png](imgs/enable-push-notification.avif)
5959

6060
:::info
61-
By default, the **Automatically Prompt Users for Permission** option is enabled, meaning your app will automatically prompt users for permission to receive push notifications when FlutterFlow detects it's necessary.
61+
By default, the **Automatically Prompt Users for Permission** option is enabled, meaning your app will automatically prompt users requesting for permission to receive push notifications when the app is started. However, this may be disruptive to your user sign-in flow.
6262

63-
If you disable it, you will need to manually request permission using the [**Request Permission**](../../resources/projects/settings/project-setup.md#request-permission-action) action at the appropriate point in your app. **It is recommended to keep this option always enabled**.
63+
If you disable it, you can control when the permission is requested. To do so, you will need to manually [**Request Permission**](../../resources/projects/settings/project-setup.md#request-permission-action) at the appropriate point in your app. **It is recommended to keep this option always enabled**.
6464
:::
6565

6666
### Only for iOS: Configuring iOS app

0 commit comments

Comments
 (0)