question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

New Firebase Cloud Messaging API

See original GitHub issue

Yesterday Google’s Firebase team announce some cool new stuff at the Firebase Dev Summit: https://firebase.googleblog.com/2017/10/whats-new-at-firebase-dev-summit-2017.html

One of these new things is the improvement to the Cloud Messaging API:

Firebase Cloud Messaging (FCM) gives you an easy way to send notifications to your users, either programmatically or through the Firebase Console. However, sending cross-platform notifications with more complex functionality has been difficult, sometimes requiring you to create multiple, separate messages.

Today, we’re announcing a new RESTful, FCM HTTP v1 API that makes it safer and easier to send messages to your cross-platform applications. The new FCM API allows you to use platform-specific fields in a single notification. For example, you might send a simple text notification to iOS, but a request with a click_action to Android, all in one API call. To read more about the new FCM API, visit our documentation.

The HTTP and XMPP protocols we could use before are now called ‘Legacy HTTP’ and ‘Legacy XMPP’ in the documentation. Since the protocols are not deprecated or scheduled for shutdown (at least not that I can find) I feel there is no real need to change this library (yet).

Still, I was thinking that it would be great if PyFCM would start using this new FCM HTTP v1 API since it seems so much more powerful. What do you think?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:10
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

6reactions
ghostcommented, Mar 4, 2018

Any progress on this? @olucurious

5reactions
olucuriouscommented, Nov 1, 2017

Will create a new branch to start working on that

Read more comments on GitHub >

github_iconTop Results From Across the Web

Firebase Cloud Messaging REST API - Google
Firebase Cloud Messaging (FCM) is a cross-platform messaging solution that lets you reliably send messages at no cost.
Read more >
Firebase Cloud Messaging important REST API's - Selvaganesh
Firebase Cloud Messaging important REST API's ... Firebase Cloud Messaging (FCM) is a cross-platform messaging solution that lets you reliably deliver messages at ......
Read more >
Firebase : Send notification with REST API - Stack Overflow
Sending Firebase Notifications is only supported from the Firebase Console. But you accomplish the same by using Firebase Cloud Messaging, which ...
Read more >
Cloud Messaging - Google Developers
For equivalent functionality, use Firebase Cloud Messaging (FCM), which inherits the reliable and scalable GCM infrastructure, plus many new features.
Read more >
Cloud Messaging | React Native Firebase
Installation and getting started with Cloud Messaging. ... For example, the React Native Alert API could be used to display a new Alert...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found