Firebase cloud messaging in iOS

Cloud messaging or push notification is one of those “topics” that gets left out. Primarily because we are too busy beautifying the app, or working on a new feature, or we think it isn’t a big deal. Push notifications are as big a deal as any. Whether you want to re-engage your users, or deliver personalised content, or display targeted advertisements, push notification is the way to go. Continue reading

Firebase Cloud Messaging in Android

What is FCM?

It is a cross-platform messaging solution that reliably delivers messages at no cost. It can send notifications that are displayed to your user or data messages which can be consumed by application code.  Messages can be distributed to client app in any of three ways:

  1. To Single devices,
  2. To groups of devices,
  3. To devices subscribed to topics (news, games etc.).

Continue reading