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.
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.
Please provide aia because it is much difficult
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.
Can you add Load Template block to releaseβ¦
Itβs working, but how to show change data value on notification.
iiβt not showing change value .
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.
Hi Edu_Boy, this is a bug currently and itβs fixed. You can get the latest version from here:
thanks but how add this feature
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.
how to do when user notification click then i want to get value from notification to screen .
Hi, can you explain to me that what are you trying to do?
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?
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.
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
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.