Possible Duplicate: How to delete a topic from Firebase Console? (FCM)
I have a few questions regarding FCM topics. From what is listed in the docs, an application is limited to only have 2,000 topics, with each topic may have unlimited number of subscribers. Now, my questions:
- Is there a way to look at what topics that our project has?
- Is there a way to delete topics? Because I'm afraid that my project will eventually hit the 2,000 limit. It would be convenient if there is a way to delete topics, such as if a topic has no subscribers, or that a topic has been inactive for a certain time.
There is a possible duplicate question in the link above, but I want to get more opinions from the community as that one seems to be an assumption.
Thanks in advance!