Hi.i have an app it was sending messages i want when someone send a message to someone else send a notification.i have itoo extension But i don't know how to use it
Like this?
You might consider using UDP for this ?
You can also use firebase. For example, start by setting a unique ID for each user. Then, you can store a list of messages in the ID user 1; ID user 2
tag. Finally, use the Data Changed
block. As soon as it is triggered, ask your application to check if the tag contains the user ID. If it is included in the tag, alert the user.
Here is an aia file to show you an example: example.aia
Nico
1 Like