Conversation

Trying to find apps which don't work without Google services while testing a bit more before flashing on my Pixel 3a to finally have a de-googled daily driver. Even on Graphene my banking apps and WhatsApp are working, no notifications though.
9
28
There are the obvious incapacitated ones named or owned By Google (Maps, Waze etc.) The first surprising one to complain is (backed up to Google Drive). There is some tradeoff with the camera although Open Camera is quite configurable.
Image
4
7
Push notifications work fine on GrapheneOS as long as apps don't have a hard dependency on FCM, and they won't magically work on CalyxOS without enabling FCM to send push notifications through Google's FCM service, including for apps which don't depend on it.
2
1
Firebase (Google) Cloud Messaging. It's a push notification service provided by Google with a client implemented as part of Play services. It's partially implemented by microG and still has to use Google's servers since that's where app servers send their push notifications.
1
1
This often fits well into existing protocols. For example, IMAP has IMAP IDLE to provide push notifications via IMAP. An email app can use that to implement push notifications with the same connection they need to fetch the emails after receiving notice that there are new ones.
1
2