Google deprecated the old Firebase Cloud Messaging (FCM) Legacy API on June 20, 2024. Switch to the new FCM HTTP (v1) API for enhanced security, messaging options, and performance. Check out SashiDo's step-by-step tutorial that simplifies your migration process. ...
We all know that communication with app users is essential for app publishers. And push notifications are probably the most effective way to speak directly to your audience. They don't get caught in spam filters, or forgotten in an inbox. ...
Last few days our clients had problems with Apps that used GCM credentials to send push notifications to Android devices. This was caused by the fact that Google recently released improved version of GCM API under the Firebase brand - FCM (Firebase Cloud Messaging). Although Google says that they will continue to support the current version of GCM Android and iOS SDKs, they highly recommend everyone to upgrade to FCM in order to benefit from new FCM featur ...
This tutorial will show you how to setup Android Push Notifications for your app on SashiDo. Setup your GCM Credentials Create or login into google to get your Android application credentials (GCM Sender ID and GCM API Key). The "GCM Sender ID" is a public number that identifies the sender of a push notification. You can get it from the Dashboard by clicking on your project as displayed below. It is listed as "Project number". The GCM A ...