Create push notifications

Hello,

I created my app on Bubble using BDK Native to publish on the Apple and Android stores.

I already have a notification system on the website, but I can’t seem to create a push notification system on phones. Have you managed to set this up? I’ve been looking for a week but can’t find a viable solution.

Hi Richard,

If you’re using BDK Native, the web app’s notification system won’t automatically work for mobile push, you need to use BDK’s built-in push workflow.

A few things to check: BDK Push Notifications must be enabled in the BDK dashboard (for both iOS and Android). need to use the “BDK Native – Push Notification” action inside your Bubble workflows, the website notification system won’t trigger mobile push on its own. Make sure your Firebase setup (Android) and Apple Push Certificates (iOS) are correctly configured. If any certificate or key is missing, the push won’t fire. Test using the BDK Test App first that helps you confirm if the problem is Bubble workflow vs. native config.

If you want, I can share the exact workflow structure that usually works. Hope this points you in the right direction.