gsiddh
gsiddh
@Zachary625, this issue is missing code snippet on how you are invoking the subscribe call. So, just to make sure, are you adding listener to your subscribe invocation. An example...
Ack @Zachary625, I am raising this internally for further investigation. Will respond back once I have more.
@Zachary625 I think you might be running into the 2K topic subscriptions per app instance limit as mentioned here: https://firebase.google.com/docs/cloud-messaging/android/topic-messaging This is different from the rate of topic subscription request...
Currently we support fetching topic subscriptions for a instance via our server side API: https://developers.google.com/instance-id/reference/server#get_information_about_app_instances Regarding making this accessible client side via SDK - thanks for that feature request. We...