# How to? Successfully use PUSH NOTIFICATIONS?

**URL:** https://community.glideapps.com/t/how-to-successfully-use-push-notifications/69216
**Category:** Ask for Help
**Created:** [January 3, 2024, 8:35pm UTC](https://community.glideapps.com/t/how-to-successfully-use-push-notifications/69216 "2024-01-03T20:35:53Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Elizabeth\_Soroka](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/elizabeth_soroka/32/67723_2.png) [@Elizabeth\_Soroka](https://community.glideapps.com/u/Elizabeth_Soroka)
#### Post date: [January 3, 2024, 8:35pm UTC](https://community.glideapps.com/t/how-to-successfully-use-push-notifications/69216/1 "2024-01-03T20:35:53Z")

</div>

I have read the tutorial… I must be dense… I just cannot figure out how to make it work?

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [January 3, 2024, 11:22pm UTC](https://community.glideapps.com/t/how-to-successfully-use-push-notifications/69216/2 "2024-01-03T23:22:14Z")

</div>

> **[Push Notifications | Glide Docs](https://www.glideapps.com/docs/push-notifications)**
>
> Send messages to mobile, tablet, or desktop devices.

Here’s the related link in the docs.

Can you show us how you have configured it?

---

<div class="post-metadata">

### Author: ![Andy\_Hill](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/andy_hill/32/63380_2.png) [@Andy\_Hill](https://community.glideapps.com/u/Andy_Hill)
#### Post date: [January 4, 2024, 4:28pm UTC](https://community.glideapps.com/t/how-to-successfully-use-push-notifications/69216/3 "2024-01-04T16:28:33Z")

</div>

You’re not dense, we’ve followed the ‘basic’ instructions a couple of times and can’t get it to work either.

---

<div class="post-metadata">

### Author: ![Elizabeth\_Soroka](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/elizabeth_soroka/32/67723_2.png) [@Elizabeth\_Soroka](https://community.glideapps.com/u/Elizabeth_Soroka)
#### Post date: [January 6, 2024, 4:30pm UTC](https://community.glideapps.com/t/how-to-successfully-use-push-notifications/69216/4 "2024-01-06T16:30:38Z")

</div>

So I think I have made it work to send push notifications from within the app… but is there a way to limit the users that are able to send push notifications? Or better yet send a push notification from outside the app? Like type a new message in a google doc and it automatically sends a push notification?

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [January 8, 2024, 12:40am UTC](https://community.glideapps.com/t/how-to-successfully-use-push-notifications/69216/5 "2024-01-08T00:40:38Z")

</div>

> [@Elizabeth\_Soroka](#):
>
> Or better yet send a push notification from outside the app? Like type a new message in a google doc and it automatically sends a push notification?

No, you can’t trigger a Glide notification outside the app.

> [@Elizabeth\_Soroka](#):
>
> So I think I have made it work to send push notifications from within the app… but is there a way to limit the users that are able to send push notifications?

Do you mean only certain users should be able to send notifications based on their actions? Or do you want to limit the number of users that can receive notifications? If yes, how do you expect that to work?

---

<div class="post-metadata">

### Author: ![Elizabeth\_Soroka](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/elizabeth_soroka/32/67723_2.png) [@Elizabeth\_Soroka](https://community.glideapps.com/u/Elizabeth_Soroka)
#### Post date: [January 9, 2024, 7:02pm UTC](https://community.glideapps.com/t/how-to-successfully-use-push-notifications/69216/6 "2024-01-09T19:02:18Z")

</div>

I want to limit who is able to send notifications to everyone.

But I am realizing that you cannot send notifications if you have your app set up so they don’t have to sign in.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [January 9, 2024, 11:57pm UTC](https://community.glideapps.com/t/how-to-successfully-use-push-notifications/69216/7 "2024-01-09T23:57:25Z")

</div>

> [@Elizabeth\_Soroka](#):
>
> But I am realizing that you cannot send notifications if you have your app set up so they don’t have to sign in.

Yeah, since you have to specify the recipient email, then you must have those emails logged somewhere.

> [@Elizabeth\_Soroka](#):
>
> I want to limit who is able to send notifications to everyone.

If you eventually have this setup, you would need a boolean in the User Profiles to introduce a further check. Notifications are tied to actions, not users, so when a user does some thing, you would want to see if the boolean is checked, before allowing the push notification action to run.
