81
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 14 Jun 2025
81 points (95.5% liked)
Privacy
38904 readers
456 users here now
A place to discuss privacy and freedom in the digital world.
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
Some Rules
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
much thanks to @gary_host_laptop for the logo design :)
founded 5 years ago
MODERATORS
Beware, there's a difference between "push notifications" (which is what your links are talking about) and "notifications", specifically with the "notification history" feature.
Push notifications are a mechanism to transport messages over google services. What that does is that the backend service of some app (e.g. the Signal server) can send a message to an app that's currently not actively running to tell it that there's something new happening, e.g. a new incoming message. This goes via Google services because that way, the app doesn't need to be constantly running. Google services then wakes up the app and allow it to do something with that info, e.g. display a notification.
The alternative is that the app is constantly running, constantly actively checking for new messages and thus constantly consuming power.
This can be e2e encrypted by the app, and then Google can only see metadata.
Notifications, on the other hand are the things that show up on your phone when you swipe down from the top navigation bar. These notifications can be read in plain text by any app on your phone, including the OS. If you have Notification History enabled, they can be backed up (again in plain text) to Google's servers. And any old app you have on your phone can silently do the same. That's why Signal allows you to hide the text content and/or sender name for notifications.