1

The FCM Topic creation takes way too long to appear in Console (14h to appear on Console). Does it mean that sending messages to that topic will also take the same time? I mean a client (Android app) subscribing to that topic has to wait for long to receive data (notification)?

FirebaseMessaging.getInstance().subscribeToTopic("MyTopic");

I have read this issue but unable to carve out my answer.

Thanks

Faizan Mubasher
  • 4,427
  • 11
  • 45
  • 81

1 Answers1

1

Thanks to this SO Thread.

As soon as there is a single subscriber for the topic, it can be used immediately. But if you're going to use the Firebase console, it will take time for it to be visible in the options.

Faizan Mubasher
  • 4,427
  • 11
  • 45
  • 81