zakaf / KDHC

KDHC
http://www.dongkeunlee.com
6 stars 0 forks source link

Topic based messaging #9

Closed zakaf closed 6 years ago

zakaf commented 7 years ago

FCM can send message to clients who subscribes to certain topic and it states the below:

  1. Topic messaging supports unlimited topics and subscriptions for each app.
  2. Topic messaging is best suited for content such as news, weather, or other publicly available information.
  3. Topic messages are optimized for throughput rather than latency. For fast, secure delivery to single devices or small groups of devices, target messages to tokens, not topics.
  4. If you need to send messages to multiple devices per user, consider Device Group messaging for those use cases.

Seems to be suitable for our app, but with small number of users, we might not need this with small number of users.