Azure / azure-notificationhubs-android

Android SDK and Samples for Azure Notification Hubs
Apache License 2.0
33 stars 62 forks source link

Adds support for FCM V1 #301

Closed aziztitu closed 5 months ago

aziztitu commented 6 months ago

Things to consider before you submit the PR:

Description

Currently, this SDK registers the devices as FCM Legacy registrations/installations on ANH. Google will stop supporting FCM Legacy HTTP on June 20, 2024.

This PR adds support for registering new devices as FCM V1 registrations/installations and migrating existing FCM registrations/installations to FCM V1.