I am unable to add my new FCM v1 credentials to the azure notification hub, it responds with Invalid Firebase Credentials
Mark Zacharias
5
Reputation points
I have an existing notification hub that has been using the legacy FCM server key. I'm trying to update it to use the newer FCM v1 credentials. I've created the correct service account and enabled Firebase Cloud Messaging API (V1) in the google console. I've tested those credentials in a simple app however, when I try to enter them into the azure notification portal it fails.
{"error":{"code":"BadRequest","message":"Invalid Firebase credentials."}}
Sign in to answer