How to subscribe to a firebase topic from a flutter app when the app is in background/terminated state?
In my app, I have a default push notification topic "DEFAULT" which is subscribed by all the user. Whenever a new topic is created, I send a push notification over "DEFAULT" topic with a data/payload property containing the new notification…