Is there any documentation or functionality of power pages related to push notifications? Like this page: https://binarapps.com/push-notifications-in-pwa-everything-you-need-to-know/
I know power pages can Build a progressive web app on mobile app. So do I have any feature to push notification on mobile?
https://learn.microsoft.com/en-us/power-pages/configure/build-progressive-web-apps
https://learn.microsoft.com/en-us/power-pages/configure/build-progressive-web-apps
@Tam5sense Power Pages don't offer any in-built notification methods. But as you mentioned, you can build a PWA with it, which means you can add push notifications as well. You would need to use some 3rd party push server (like Google Firebase Cloud Messaging or something similar) and build client part in Power Pages. Check this documentation on how push notification works and how you can build client and server parts https://firebase.google.com/products/cloud-messaging
@Lucas001when I want to proactively notify users of important information!
Hi @Tam5sense, when do you want to send the notification?
I assume that currently no standard solution is supported for your needs.
@Lucas001 Sorry, this is my case: https://binarapps.com/push-notifications-in-pwa-everything-you-need-to-know/
Hi @Tam5sense,
depends a bit on what you want to achieve.
You can use console.alert() or modals for push-notifications. Either one you have to set up in your page and hide/show it with some script.
--------------------------------------------------------------------------------------
Hope that helps.
If the post solves your problem, please mark it as solution. If it helps, consider a thumbs up.
Fubar
62
Super User 2025 Season 2
Lucas001
48
Super User 2025 Season 2
KevinGador
44
Super User 2025 Season 2