[Discontinued] Background Tasks [4.1] 🥳

From what I understand is, you have to compare two things and show a notification?

1 Like

save value to variable after calling the last function. ( “invoke:result” → save in “data:mydata”).

maybe in java code?

that has been done, check some examples.

1 Like

please help me how to show a notification when firestore modify or add new data then show notification background

save “invoke:result” in “data:mydata” AFTER CALL FUNCTION if “RegisterEvent_Timer” .

it’s impossible now?

2 Likes

The new version of the extension is almost ready, also don’t worry, I’m going to include some examples.

6 Likes

super excited :star_struck: , I hope it`s ready today, happy annivarsary btw :grin:

2 Likes

bugreport:

version 3.7:

version 3.8:

example_Json_3_7.aia (482.0 KB)
example_Json_3_8.aia (483.4 KB)

I just change the extension and everything starts working :slight_smile:

2 Likes

Hi, do you mean 3.7 is working and not 3.8?

2 Likes

If thats the case, that should not happen actually, I do not remember changing the part that is related with replacing data.

2 Likes

Hi! I wan´t to autostart an application directly when a tab is started/restarted. I also wan´t the app to restart itself after given time if the app has been exited by user. Is there anyway to achieve this with the extension? Please help with blocks.
Thx in advance!

1 Like

@Xoma
Hi
Yes, does not work ONLY in version 3.8.

1 Like

The current version of it cannot but the next version can do that.


Hmm…
I am not sure about that, can you the project file containing version 3.8?

2 Likes

@Xoma

post:1035
or here:
example_Json_3_8.aia (483.4 KB)
example_Json_3_7.aia (482.0 KB)

2 Likes

I checked the AIA file, there is one block missing to the decodeJSON function.

2 Likes

Нi @Xoma

hmmm, then why does it work in version 3.7 (and below 3.5, 3.4…)?

1 Like

Not sure, you may be accidentally deleted a block, can you check that once?

1 Like

@Xoma

I just change (in extension) version 3.8 -->3.7 and everything works.
(Only change version 3.8 -->3.7 in Kodular-project).

version 3.7 :

version 3.8 :

1 Like

hi guys good morning, i’m trying to get the extension to work but i’m having problems. Below I attach my blocks. Basically I would like that when the values change in firebase I get a notification on the phone.
Is there anyone who can tell me where I am wrong and who can help me?
Thank you all

2 Likes

@Gian_Luca

you forgot Start Service.

2 Likes