# \[Solved\] Is there a way in Thunkable for conditional notification?

**URL:** https://community.thunkable.com/t/solved-is-there-a-way-in-thunkable-for-conditional-notification/586724
**Category:** Questions about Thunkable X
**Created:** [May 23, 2020, 1:44pm UTC](https://community.thunkable.com/t/solved-is-there-a-way-in-thunkable-for-conditional-notification/586724 "2020-05-23T13:44:34Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![biswajitjei02n8v0iw](https://avatars.discourse-cdn.com/v4/letter/b/898d66/32.png) [@biswajitjei02n8v0iw](https://community.thunkable.com/u/biswajitjei02n8v0iw)
#### Post date: [May 23, 2020, 1:44pm UTC](https://community.thunkable.com/t/solved-is-there-a-way-in-thunkable-for-conditional-notification/586724/1 "2020-05-23T13:44:34Z")

</div>

is there a way in thunkable for geting conditional notification. for example when any data in db of firebase is a perticular value, send a notification in app?

---

<div class="post-metadata">

### Author: ![eoinparkinson](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/eoinparkinson/32/143769_2.png) [@eoinparkinson](https://community.thunkable.com/u/eoinparkinson)
#### Post date: [May 23, 2020, 11:48pm UTC](https://community.thunkable.com/t/solved-is-there-a-way-in-thunkable-for-conditional-notification/586724/2 "2020-05-23T23:48:15Z")

</div>

Hi @biswajitjei02n8v0iw.

Would the user have the app opened or closed?

---

<div class="post-metadata">

### Author: ![biswajitjei02n8v0iw](https://avatars.discourse-cdn.com/v4/letter/b/898d66/32.png) [@biswajitjei02n8v0iw](https://community.thunkable.com/u/biswajitjei02n8v0iw)
#### Post date: [May 24, 2020, 2:51am UTC](https://community.thunkable.com/t/solved-is-there-a-way-in-thunkable-for-conditional-notification/586724/3 "2020-05-24T02:51:02Z")

</div>

When app is closed also when open all the time.

---

<div class="post-metadata">

### Author: ![eoinparkinson](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/eoinparkinson/32/143769_2.png) [@eoinparkinson](https://community.thunkable.com/u/eoinparkinson)
#### Post date: [May 24, 2020, 11:04am UTC](https://community.thunkable.com/t/solved-is-there-a-way-in-thunkable-for-conditional-notification/586724/4 "2020-05-24T11:04:37Z")

</div>

Hi,

You currently can’t do local notifications. Thunkable X supports OneSignal for push notifications. They do have an API also. You can send a push to specific devices so if you stored your device ID under the user ID in your Firebase then you could probably do something that way.

Someone else here in the community might drop in with an idea here on how to automate. I personally would just do this with a simple Python script. There may be straight forward services out there to accomplish this.

(edit)

This is what I’ve found using Zapier.

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/6/3/63502fe56b9eb743e0c3acf09e5a279d4b793cff.png)

---

<div class="post-metadata">

### Author: ![biswajitjei02n8v0iw](https://avatars.discourse-cdn.com/v4/letter/b/898d66/32.png) [@biswajitjei02n8v0iw](https://community.thunkable.com/u/biswajitjei02n8v0iw)
#### Post date: [June 3, 2020, 5:12am UTC](https://community.thunkable.com/t/solved-is-there-a-way-in-thunkable-for-conditional-notification/586724/5 "2020-06-03T05:12:52Z")

</div>

is it posible to track a single data point in firebase for generating notification here ?

---

<div class="post-metadata">

### Author: ![eoinparkinson](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/eoinparkinson/32/143769_2.png) [@eoinparkinson](https://community.thunkable.com/u/eoinparkinson)
#### Post date: [June 3, 2020, 11:29am UTC](https://community.thunkable.com/t/solved-is-there-a-way-in-thunkable-for-conditional-notification/586724/6 "2020-06-03T11:29:52Z")

</div>

Hi @biswajitjei02n8v0iw,

I am unsure if this is possible as I’ve never used Zapier before like this. This might be a question for the ol’ Google or the [Zapier Community](https://community.zapier.com).

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 11:28am UTC](https://community.thunkable.com/t/solved-is-there-a-way-in-thunkable-for-conditional-notification/586724/7 "2024-11-08T11:28:47Z")

</div>


