Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase Cloud Messaging API HTTP v1 migration

We are using FCM normally.
I am curious if there is anything special that needs to be done in the app(iOS & Android & Flutter) when migrating from existing HTTP to HTTP v1.

enter image description here I looked up the official Firebase documentation, and it said to update payloads, endpoints, etc. only on the server side.

like image 508
이주송 Avatar asked Oct 21 '25 11:10

이주송


1 Answers

The migration described here only affects the API calls to send messages. It does not affect any client-side APIs or components that are used to receive messages.

Also see the last section of my (longer) answer here: The legacy Firebase Cloud Messaging (FCM) API is deprecated. what does it mean

like image 120
Frank van Puffelen Avatar answered Oct 23 '25 06:10

Frank van Puffelen