I made an app which was working fine until I found that after deleting and reinstalling the app it doesn't receive messages anymore that are sent to a a topic, although it does receive a message that is sent to the id-token of the app. Does anybody know what might be the problem? Firebase or my app?
Update: After clearing cache and data of the app it can receive notifications again. If reinstalled there's a chance of not working. I have to do some more testing, but I think it is solved by setting android:allowBackup="false" in the app manifest.