Yes
TinyDB does not work with Itoo, please use Itoo's own Store/Fetch property blocks.
Why are you passing a random integer to code? It must be 2.
Try the example in the first post:
i did already try 2 before the random integer, but it still doesnt work
See here:
oh i found my error, i tested my app by building it to an apk and another i tried from companion. But when i tried it on another phone the notification now happens, thankyou
i have this code setup, why doesnt the notif work after closing my app? i turned off battery optimization already(and the itoo notification does show up but the firebaseDB datachanged doesnt work i think). When i reopen my app the notification shows again
Are you asking for the permission ?

Yes, and I accepted it
How are you setting a tag as an email in Firebase, user@mail.com cannot be used as a tag, only a value ?
its a cut out version of email( no .com cuz you cant ).
the notifications do happen, but its only when the app is open and not closed
Try removing your if conditional statement ?
Alternatively, set up a new project based upon the example and test that.
even if i do remove it, it still wont work, ill try with a new project
I would also check that your firebase rules are correct, and that your path to "itoo" on Firebase is also correct. I note you set "itoo" as the projectBucket, which is not something I did in the example...
So I shouldn't set the bucket? My point is that the dataChanged DOES happen but only when I open the app, like If I close if the process does start(since I get a skillmesh is running on the background message) but when I update something in the firebase I don't get notified, if I open my app that's the only time I get notified.
so i tested it with another project, same problem.
Show your firebase url in your app (in full - you can hide the projectname)
Show your firebase rules
Show your firebase console structure
https://</pname/>-default-rtdb.firebaseio.com/
{
"rules": {
".read": "now < 1763740800000", // 2025-11-22
".write": "now < 1763740800000", // 2025-11-22
}
}
wdym by firebase console structure?

