Reregistering Existing FCM registrations to FCMv1

Pranav pavithran 25 Reputation points
2024-05-22T08:52:00.9466667+00:00

I have over 100,000 existing FCM registrations on my notification hub. How can I migrate them efficiently to FCMv1? While considering using GetAllRegistrationsAsync to retrieve and re-register them, I'm concerned about its efficiency. Are there any better approaches for handling a large number of registrations? In my case reregistering it from client side is not an option it must be done on server using azure function or so

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
276 questions
0 comments No comments
{count} vote

Accepted answer
  1. Sreeju Nair 11,936 Reputation points
    2024-05-22T10:37:10.5366667+00:00

    There is a detailed migration article for Google Firebase Cloud Messaging, already available in the learn portal. You can use that article as a base for migrating FCM to FCM V1.

    https://learn.microsoft.com/en-us/azure/notification-hubs/firebase-migration-sdk

    Hope this helps


0 additional answers

Sort by: Most helpful