I'm building an app where I am using Firebase Cloud Messaging. But I have some doubts. I want to know how many topics we could make in one app instance?
In official docs it writes that
when a single app instance subscribes to an excessive number of topics
it retrieves error TOO_MANY_TOPICS.
I want to know how many topics is allowed. I know that we don't have constraints about number of subscribers and that is okay, but I want to know how many topics could we make in one app instance. Appreciate any help.