-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Helpful Information
ale5000 edited this page Apr 17, 2025
·
12 revisions
- You can test Firebase Cloud Messaging using Push Notification Tester (no longer exists).
- Push notifications do not require account registration.
- You can add an account through the system settings. Some applications might ask you to do so, if you don't.
- Apps that use Firebase Cloud Messaging must be installed after GmsCore, or else they will not work. Some applications that can run with microG GmsCore is installed in the correct order: TextSecure/Signal, Play Music, YouTube
- If you are using AdAway, make sure to put mtalk.google.com on your whitelist, or else problems are likely to occur when using Firebase Cloud Messaging. Thanks @benstyle1 on XDA for the hint.
- If your device is having trouble registering with Firebase Cloud Messaging, you may need to:
- Open the system phone app and dial
*#*#2432546#*#*
(or*#*#CHECKIN#*#*
) to manually register the device as described here. - If typing via the keypad does not work, check this out:
(execute as root)
adb shell am broadcast -a android.provider.Telephony.SECRET_CODE -d android_secret_code://2432546 --receiver-include-background
- Open the system phone app and dial
- If you tried everything above and Cloud Messaging shows to be registered in microG, but no apps show up and the Push Notification Tester fails to register, try the following steps from this Reddit thread:
- disable both cloud messaging and Google device registration and reboot
- enable only Google device registration and reboot
- enable Cloud messaging and reboot