Skip to main content

Firebase Cloud Messaging API (HTTP v1)

If you are using Firebase Cloud Messaging API (Legacy) for HTTP and XMPP, let's migrate to the latest Firebase Cloud Messaging API (HTTP v1) before June 2024.

Those deprecated APIs will be removed in June 2024. This affects the Push Notifications functionality through Firebase for users or vendors.

Video Guide

Manual Guide

Firstly, download the latest MStore API plugin, and install it on your website.

Then, let's generate a private key file for your service account as the steps below:

  1. In the Firebase console, create your project or open the existing one.
  2. Select Project Settings > Service Accounts.

  1. Click Generate New Private Key, then confirm by clicking Generate Key.

Finally, open the admin site, go to the Mstore API, upload the private key file.

That's all :)