Skip to main content


[SOLVED] Does anyone know what Google domain should I whitelist to get push notification on Android?


This entry was edited (1 week ago)
in reply to CodenameDarlen

Unfortunately I didn't do a good job documenting my whitelist, but I have both *.firebase.googleapis.com and *.firebaseinstallations.googleapis.com in there, which I believe I needed to get Google Voice notifications to work.
This entry was edited (1 week ago)
in reply to shrek_is_love

I just did some tests and found out it's mtalk.google.com for me at least.

I whitelisted this domain and then I was able to receive notifications on my bank app.

Also I allowed Notifications permission on Play Services app. But I can tell for sure the only allowed google domain was mtalk.google.com, I checked the logs.

Can you check if mtalk.google.com is on your block lists?

My case I'm not using a Google app, it's just my bank app, so it might be different? I'll do some more tests later to make sure.

EDIT:
I found this post on /e/OS forum: community.e.foundation/t/what-…

According to /e/OS support:

mtalk.google.com is needed by GCM (cloud messaging). For those using adblockers it was always recommended to whitelist it (not block it), otherwise one would have problems with push messaging
This entry was edited (1 week ago)
in reply to CodenameDarlen

Mtalk was definitely needed for my web version, but I'm blocking all mtalk FQDNs and my apps still work.
in reply to CodenameDarlen

I've subscribed to a lot of block lists and aggressively block most stuff by default, and I just confirmed that mtalk.google.com is in my manual whitelist as well. (Could have been for Google Voice or something else)
in reply to shrek_is_love

I found this post on /e/OS forum:
community.e.foundation/t/what-…

mtalk.google.com is needed by GCM (cloud messaging). For those using adblockers it was always recommended to whitelist it (not block it), otherwise one would have problems with push messaging