# How did you get push notifications to work?

**URL:** https://community.glideapps.com/t/how-did-you-get-push-notifications-to-work/75774
**Category:** Ask for Help
**Tags:** push-notifications
**Created:** [August 21, 2024, 6:16pm UTC](https://community.glideapps.com/t/how-did-you-get-push-notifications-to-work/75774 "2024-08-21T18:16:50Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![MegannLock](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/megannlock/32/19680_2.png) [@MegannLock](https://community.glideapps.com/u/MegannLock)
#### Post date: [August 22, 2024, 11:34pm UTC](https://community.glideapps.com/t/how-did-you-get-push-notifications-to-work/75774/5 "2024-08-22T23:34:34Z")

</div>

I use push notifications in several of my client’s apps and they work great. A few tricks I’ve picked up along the way:

- Make sure you’re using a booelan column on the users profile table to store their “Request to allow push notifications” response. Also, make sure it’s an actual value saved with that user vs. making the column “user-specific”.
- Ensure that any of your actions that “Send” notifications are conditional to the signed-in user’s preference.
- If a user isn’t receiving notifications, there could be several factors affecting delivery. If user has signed in/out of **different** accounts on the installed app, or previously disabled notifications, then PN tend to fail. Here are the steps I’ve found to “restore” push notification functionality to any given user:

- Delete the installed app
- Clear browsing history
- If your “[Request to allow push notifications](https://www.glideapps.com/docs/automation/integrations/push-notifications#request-to-allow-push-notifications)” action is conditional to only run when the user hasn’t allowed them yet, then make sure to clear that column (reset their settings).
- Re-install the app & sign back in.

---

_[View the full topic](https://community.glideapps.com/t/how-did-you-get-push-notifications-to-work/75774)._
