The user of my Android app is subscribed to a topic after performing a specific action and was receiving the topic notifications until he/she updated the app. After the update, the user cannot receive the topic notifications anymore.
- Is this the expected behavior?
- How can the user remain subscribed to the topic after updating/reinstalling an app?
Additional info: In this particular case, the topic subscription is not performed at the app startup but only after a particular user action. The app is developed with nativescript and the nativescript-plugin-firebase plugin.