Skip to content

Added warning about push notifications widget in pwa #9454

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,7 @@ Push notifications in progressive web apps require Firebase to be set up as earl
1. Stop the Mendix Runtime in Studio Pro if it is running and start it afterwards. Do not use **Rerun**, as that will not pick up the changes in your theme folder.

You have now successfully added a button to enable receiving push notifications for your users. Go ahead to the next section to test sending a push notification.

{{% alert color="warning" %}}
Do not make use of the widget "Push Notifications" that comes with the Push Notificaitons Connector in a PWA. This widget is only supported in Hybrid Mobile apps and will not work in a PWA. Receiving events for received notifications is currently not supported in PWAs.
{{% /alert %}}