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
29
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
Apps just need a foreground service + battery optimization exception. There's nothing inherently less efficient about an implementation not tied to Google. It's efficient to share a single high quality implementation rather than assorted lackluster ones. Apps can share a library.
1
1