Best way to implement push notifications with Firebase

后端 未结 7 1413
春和景丽
春和景丽 2020-12-28 21:06

I am an iPhone app coder, and I\'m using Firebase as my backend server. Firebase doesn\'t support Push Notifications, so I\'ve been trying to figure out how to include them

7条回答
  •  我在风中等你
    2020-12-28 21:40

    Now Google rebranded GCM to Firebase Cloud Messaging and it now offers this cross platform service. Firebase also offers notifications.

    These are the differences between these two services:

    Firebase Cloud Messaging provides a complete set of messaging capabilities through its client SDKs and HTTP and XMPP server protocols. For deployments with more complex messaging requirements, FCM is the right choice.

    Firebase Notifications is a lightweight, serverless messaging solution built on Firebase Cloud Messaging. With a user-friendly graphical console and reduced coding requirements, Firebase Notifications lets users easily send messages to reengage and retain users, foster app growth, and support marketing campaigns.

    If you want a more detailed comparison. Read this.

提交回复
热议问题