[Discontinued] Background Tasks [4.1] πŸ₯³

ExtraFuntion block is not clear and can you please explain to me according to your 3.8V because when I’m using the block according to 3.2v my app got cresh.

Hi its fully recommended to use the latest version of the extension.

1 Like

Please add baserow example and aia file for notification sending through baserow and simple notification extension , I hav’nt tried yet but

That is possible, you have to try that yourself.

2 Likes

Please provide aia because it is much difficult :sob::sob:

These things aren’t easy to make, since what your asking to make a whole example for you isn’t a popular topic in public demand and it takes a lot of effort for me to do it, and I wouldn’t help. You arent is even ready to look at any blocks.

3 Likes

Can you add Load Template block to release…

image

1 Like

It’s working, but how to show change data value on notification.
ii’t not showing change value .
blocks (62)

it’s showing this value : {$1}

and i want to show notification only one person , if user device id matching with firebase value update tag.

how to add this feature please help me. :pray:t2: :pray:t2: :pray:t2:

Hi Edu_Boy, this is a bug currently and it’s fixed. You can get the latest version from here:

1 Like

thanks but how add this feature :point_down:
i want to show notification only one person , if user device id matching with firebase value update tag.

Hi, for that you will need to add a comparator through blocks, you may see examples from 3.3.

1 Like

how to do when user notification click then i want to get value from notification to screen .

please help me how to get variable data

i want to set firebase url custom

Hi, can you explain to me that what are you trying to do?

1 Like

i want to change firebase url dynamic,
when i’m used textbox or variable component block it’s showing error.

Yes, but what do you want to achive?

1 Like

when selected firebase url data change then only show notification without not.

i want to add multiple background task with multiple firebase url.


i want to this block

If you want to do it for URLS, then you should consider doing them in one.

1 Like

actually i want to add following system in my application .

if user id = testid1
then firebase url = https://kodular-13892.firebaseio.com/ + testid1
and when change data in this url then showing notification .
or
if user id = testid2
then firebase url = https://kodular-13892.firebaseio.com/ + testid2

please help me how to do :pray:t2: :pray:t2: :pray:t2:

You need to use Extra function block… see post 194 for more info. Use your userid as firebase Tag and compare it in extra function.

In latest 4.0 {$0} is replaced by val0 to be used in extrafunction.

2 Likes