# Push notification without one signal account

**URL:** https://community.thunkable.com/t/push-notification-without-one-signal-account/12214
**Category:** Promote your App
**Tags:** beginner, aia, push-notifications
**Created:** [December 13, 2017, 1:55pm UTC](https://community.thunkable.com/t/push-notification-without-one-signal-account/12214 "2017-12-13T13:55:02Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Nick1](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/nick1/32/13981_2.png) [@Nick1](https://community.thunkable.com/u/Nick1)
#### Post date: [December 13, 2017, 1:55pm UTC](https://community.thunkable.com/t/push-notification-without-one-signal-account/12214/1 "2017-12-13T13:55:02Z")

</div>

Today i am going to share how we can send push notification without one signal account.  
I have used only  
Firebase  
TinyDB  
Taifun Notification Extension

Thanks @Taifun for Wonder full extension [https://puravidaapps.com/notification.php](https://puravidaapps.com/notification.php)

## 1. Main app :

## Components:

![](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/2X/8/8e12bcffc99380c94bb60845e7be462cad72687c.PNG)

## Blocks :

 ![](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/2X/6/689ef33fba1936781703e6e978d152f4122d0e9d.png)

## 2. Admin app for sending notificaton:

## Components:

 ![](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/2X/6/60527f021da55ea120f7992c6bfc2e84aa0725cf.PNG)

## Blocks :

 ![](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/2X/d/d75cbdf897dd28d2a6eda11f1eb21bf6f3063c39.PNG)

## Sample .Aia file: [Notification\_By\_NICK.aia](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/2X/8/83d1a46ccc3aea1e13255db6212cf67a2d6f3e4d.aia) (11.4 KB)

---

<div class="post-metadata">

### Author: ![bluewingtitan](https://avatars.discourse-cdn.com/v4/letter/b/96bed5/32.png) [@bluewingtitan](https://community.thunkable.com/u/bluewingtitan)
#### Post date: [December 22, 2017, 1:34pm UTC](https://community.thunkable.com/t/push-notification-without-one-signal-account/12214/2 "2017-12-22T13:34:29Z")

</div>

The Problem about this is, that the Notification won’t arive, if the App is completely closed.  
In this way, you will get Notifications, but not real PUSH-Notifications, wich will also work with the app closed,  
not only minimized, beceause the OneSignal Service still runs in the Background.

---

<div class="post-metadata">

### Author: ![Nick1](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/nick1/32/13981_2.png) [@Nick1](https://community.thunkable.com/u/Nick1)
#### Post date: [December 22, 2017, 3:24pm UTC](https://community.thunkable.com/t/push-notification-without-one-signal-account/12214/3 "2017-12-22T15:24:13Z")

</div>

Due to limitations of apps created using mit app inventor and it’s distribution not able to run in background.

You can use one signal.

I just provided alternative to it.

[http://community.thunkable.com/t/how-to-keep-clock-sensor-work-in-background/6024/2?u=nick1](http://community.thunkable.com/t/how-to-keep-clock-sensor-work-in-background/6024/2)

---

<div class="post-metadata">

### Author: ![mirrotul9782p](https://avatars.discourse-cdn.com/v4/letter/m/c4cdca/32.png) [@mirrotul9782p](https://community.thunkable.com/u/mirrotul9782p)
#### Post date: [September 7, 2019, 2:18pm UTC](https://community.thunkable.com/t/push-notification-without-one-signal-account/12214/4 "2019-09-07T14:18:35Z")

</div>

How to make push notification that show when time’s up? like we have time set on 12:00 when the time is 12:00, it will send push notification on our apk

---

<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, 12:05pm UTC](https://community.thunkable.com/t/push-notification-without-one-signal-account/12214/5 "2024-11-08T12:05:51Z")

</div>


