Azure notification hub API rate limit
Is there a rate limit for the Azure Notification Hubs API when registering FCM notifications? I have over 200000 existing FCM notification registrations and I am planning to re-register those to FCMV1 by running an Azure Durable Function.
Unable to get Azure Communication Services to send Push notifications
I have push notifications working, my phone client has registered for global push (no tags) and one tag with my Azure Communications Services UserID. My assumption is that it will push a notification when a chat thread I am in receives a new message,…
Azure Notification Hubs Browser Push
With the latest SDK - it is not possible to implement the sample code MS has given in the below URL. Am I correct in thinking that we will have to wait on a newer SDK release of Microsoft.Azure.Notificationhubs because …
.NET8 MAUI and Azure Notifications Hub implementation
In my NET8 MAUI application, I'm trying to add push notifications using Azure Notification Hub. I can't find an updated example of how to configure and implement correctly the push notification for Windows, Android and iOS. Can you point me in the right…
FCM V1 Template upgrade Azure Notification cannot send message by SendTemplateNotificationAsync()
Hi , I am still having issue that working on SendFcmV1NativeNotificationAsync() but not working with SendTemplateNotificationAsync(). I registered the device and template as below : var result = await hubClient.CreateFcmV1NativeRegistrationAsync(token,…
PushNotifications: Upgrade to FCMv1 is not delivering Templated Notifications from Azure
Using this link GCM/FCM notifications to FCM v1. I am trying to migrate from GCM/FCM notifications to FCM v1. From the guide, I - Configured the Firebase Service Account Credentials in Azure Notification Hub. Updated backend SDK C# code use FCM v1…
Retirement Announcement - Azure Notification Hubs FCM Legacy API
Firebase Cloud Messaging (FCM) is a service that, among other things, facilitates developers sending push notifications to Google Play supported Android devices. ANH previously communicated with FCM using the Legacy HTTP protocol. FCM v1 is an updated…
FCMv1 - Unable to pass Integer or boolean or array under data
We are in the process of migrating to new FCM V1. The below payload Works fine in FCM V1 { "message": { "notification": { "title": "We are back in action with more Features.", …
Backend code still sends notification to gcm instead of fcm v1 using notificationHubClient.SendFcmNativeNotificationAsync
Hello, I am able to register the device for FCM V1, once I get the notification token, I can send the test notification using azure hub overview -> Test Send option with format ` { "message": { "notification": { "body" :…
Retirement Announcement - Azure Notification Hubs FCM Legacy API
Hello Azure Customers in the community, Firebase Cloud Messaging (FCM) is a service that, among other things, facilitates developers sending push notifications to Google Play supported Android devices. ANH previously communicated with FCM using the…
How to migrate the FCM v1 in xamarin forms apps as xamarin got migrated
Hey Team, We got a mail from Firebase team that legacy http is going to be deprecated . When i checked in the documentation, all i could find is xamarin is not supporting FCM v1. We have azure notification hubs common library for android and iOS and…
Is it possible to update FCM azure notification hub installations to FCMV1 using a NotificationHubJob?
We need to update our existing FCM hub installations to FCMV1, I am able to do this one by one via the NotificationHubClient CreateOrUpdateInstallation method, but I can't seem to do this using a bulk operation to using a NotificationHubJob. What I have…
Clarification regarding the timeline for the support of FCM v1 API
I am seeking clarification regarding the timeline for the support of the Firebase Cloud Messaging (FCM) v1 API in Azure Notifications Hubs. The announcement indicates that Google will stop supporting the FCM legacy HTTP protocol on June 20, 2024, and…
Incoming call events when using Azure Communication Services to receive calls from Teams users
Is it possible to receive incoming call events when using Azure Communication Services to receive calls from Teams users?
Azure Notification Hubs Android Client SDK - FCM V1 Upgrade
Been using this library and functions successfully since 2021 (haven't needed 1.1.6 update) com.microsoft.azure:notification-hubs-android-sdk-fcm:1.1.4 registerTemplate works fine creating GcmTemplateRegistrationDescription and GcmRegistrationId in…
how to spoecific platform type registrations from Azure Notification Hub?
Hi, I am using Azure Notification Hub to send push notifications. My application is developed in the .NET framework. Currently, I am using GetAllRegistrationsAsync to retrieve all the registrations. However, this method does not provide access to the…
how do i know if my device registration happening under fcm v1 or fcm legacy of azure notification hub
Is there any step by step guide to follow for new implementation using fcm v1? Lot of articles related to migration are creating confusion. how do i know if my device registration happening under fcm v1 or fcm legacy of azure notification hub if I…
Unable to add FCM v1 private key (Google FCM V1)
Does that look ok ? I copied the exact strings from the json file I got from Google FCM. It is a migration from the legacy GCM. I followed the guide. Is there a trick ? I know for sure the credentials are good. I even created new credentials but got the…
Azure Push Notification Hub is not sending notification on Andriod device using FCM V1
I have created a push notification hub and configured the FCM v1 credentials on Azure hub page. I'm calling CreateFcmV1TemplateRegistrationAsync to add registration And SendTemplateNotificationAsync to send the notification to FCM v1 device. However…
How to fix quota exceeded using Notification Hub
Hello, When I try to register a new device I get 'The maximum number of devices has been reached or exceeded for the namespace.' error. I have a Basic subscription which allows 200K active users. When I check the Azure Portal I can see that I have 123K…