santos
December 3, 2024, 8:19pm
1
I made a simple chat application
Firstly
I have a question: Are my messages safe or can anyone look at them?
secondly
How can I make the application send a notification when a message is received?
I would like to thank all forum members
I would like to say that I searched a lot and did not find a solution, so I asked the question
You can check this application to see if there is an error in it
Santos_Chat_.aia (138.8 KB)
TIMAI2
December 3, 2024, 8:48pm
2
Safe ? In general, the only people who can see the messages are the ones who have the token in your app. If you are really worried about who can see what on the server, then you should use an encryption system for your messages.
2, See the cloudDB examples here:
[image]
I am pleased to provide below a few examples of how you can use the excellent and remarkable itoo extension by @Kumaraswamy to generate push notifications for your apps, using dataChanged or timer events.
These examples have all been tested on Android 13 (Google Pixel 4a) as compiled apps, and use the sky 4.2 version of the itoo extension , dated 2024-07-05, and version 2 of the Notification Style extension , dated 2024-06-04.
Each example sticks very much to the basics, sending simpl…
1 Like
santos
December 3, 2024, 8:58pm
3
This is correct?
How do I encrypt these messages?
santos
December 3, 2024, 9:12pm
4
I tried this, but it now sends a notification to the user who sent the message and to the user who received the message.
TIMAI2
December 4, 2024, 11:25am
5
Search the community for encryption or encoding, see if you find something that works for you.