Push notification configuration to migrate from legacy FCM APIs to HTTP v1

Created on 13 June 2024, 20 days ago
Updated 27 June 2024, 6 days ago

Problem/Motivation

The issue is that Google anunce the new version to connect with their Push notification service as you can see here:
https://firebase.google.com/docs/cloud-messaging/migrate-v1?authuser=6

Apps using the deprecated FCM legacy APIs for HTTP and XMPP should migrate to the HTTP v1 API at the earliest opportunity. Sending messages (including upstream messages) with those APIs was deprecated on June 20, 2023, and will be removed on June 21, 2024.

Steps to reproduce

We cannot set the Google Cloud Messaging API Key as your module ask on this path:
/admin/config/services/push_notifications/configuration

Proposed resolution

Change the code to use the new method proposed by Google.
https://firebase.google.com/docs/cloud-messaging/migrate-v1?authuser=6#u...

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Needs work

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024