Skip to content

How to verify if we migrated correctly on FCM Http V1 api

0

recently we did migration of FCM new Http api and updated our mobile platform endpoint for it.

anyone know how we should verify if the migrated changes is correct and we are executing FCM's Http V1 api?

asked 2 years ago460 views
1 Answer
0

Hello,

You can check if the migrated change is correct by checking the platform application authentication method. As per the AWS documentation, all that is required from the SNS side to migrate to the newer HTTP v1 API is to switch the authentication method to use tokens and provide the private key file from Firebase to switch to HTTP v1 [1][2].

You can also check the CloudWatch logs to verify if you are able to send the notification without any issues. If you see any errors or warnings mentioning the legacy API or deprecated endpoints on the server logs, it might indicate that the migration was not successful.

[1] https://aws.amazon.com/about-aws/whats-new/2024/01/amazon-sns-fcm-http-v1-api-mobile-notifications/
[2] https://firebase.google.com/docs/cloud-messaging/migrate-v1?hl=en&authuser=0#update-the-server-endpoint

AWS
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.