Home > Blockchain >  Firebase Cloud Messaging (FCM) Api Key for Azure Notification Hub
Firebase Cloud Messaging (FCM) Api Key for Azure Notification Hub

Time:06-15

I'm creating a Xamarin project to test Azure Notification Hub, but I'm having trouble going through the steps in this article

Under the section "Create a Firebase project and enable Firebase Cloud Messaging" Step 6 is obsolete as Google seems to have changed their model to obtain a Server Key, or the Server Key does not apply to FCM.

Can anyone shed a light on how to obtain an Api key for Azure Notification Hub?

CodePudding user response:

If you go to the Build section, Authentication menu item, and then click the 'Get Started' button, then navigate back to the Project Settings/General tab, you should see the API key. EDIT: This is not the proper key for the Azure Notification Hub. See my comment below for the correct key.

  • Related