Do FCM Topic Registrations Expire in a Flutter App?
I have a Flutter app that sends notifications to an FCM topic. The app is notification-based and does not require users to open it after the initial setup. I’m concerned about how FCM works with topic registrations. Specifically, I want to know if topic registrations expire like device tokens do. No targeted notifications using tokens are needed, only topic-based notifications.