Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
moved one of the articles in notification folder in troubleshooting t…
…o the main notification folder.
  • Loading branch information
mrdavidorok committed Aug 23, 2025
commit 400e143ac792b5c57e7cd5afcad858ac3bdc9f0e
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You can review the full working example in this **[sample FlutterFlow project](h
**Configure the Project:**

1. Ensure Firebase is set up correctly in your FlutterFlow project.
**See**: **[Firebase Integration Guide](/integrations/firebase/connect-to-firebase/)**
**See**: **[Firebase Integration Guide](/integrations/firebase/connect-to-firebase/)**

2. Make sure push notifications are enabled and deployed from **Settings > Notifications**.

Expand All @@ -44,9 +44,9 @@ You can review the full working example in this **[sample FlutterFlow project](h
- Choose **User Document**.
- Select **Filter List Items**.

:::note
To filter a specific group, such as premium users, ensure the users collection includes a boolean attribute like `isPremium`.
:::
:::note
To filter a specific group, such as premium users, ensure the users collection includes a boolean attribute like `isPremium`.
:::

6. In the filter condition popup:
- Select **Items in list**
Expand Down