Is there an option for getting Topics
that the client is currently subscribed to? I'm currently saving all this data locally in client app DB
, but I think that just add the unnecessary difficulty to my application and introduces some bugs (if the application DB is cleared on application reinstalled) and I rly want to remove all of that. I looked at documentation but seemed to be unable to find anything related to that.
So my question would be: Is getting names of the topic I have subscribed to
even possible? If so - how?
Or should I stick with my save in local DB approach?