I have been using Firebase topics to handle notifications in my app, but I had noticed that even after unsubscribing from these topics through the app that they are still showing up in the console and can still be selected to send a notification to. I tested the topic by sending a message to it through console and it was not received, so that led me to believe that the topics are in fact deleted, but just showing. I know that Firebase should automatically delete topics when there are no more subscribers, but is that reflected in console? Or does console show a history of topics that were subscribed to at some point?
I appreciate your input. Thank you.