0
votes

I'm in the middle of the migration process and have multiple questions. Apologies for that.

Background

  • Android app is in Production and GCM based push notification service is in use.
  • Have Android app developed using Ionic Cordova

Questions

Once I migrate Account from GCM to FCM, will the app (and push notification) still work during the migration process?

Thanks in advance.

Answer Yes, I've just completed the task and the answer is yes. But the only things I changed was the http server site which basically push the notification to the FCM rather than to GCM.

1
Please limit yourself to a single question per post.Frank van Puffelen

1 Answers

1
votes

Once I migrate Account from GCM to FCM, will the app (and push notification) still work during the migration process?

Installations of your app that are already using GCM to receive notifications, will continue to function as before after mid-April. If you send messages through the new FCM end points/SDKs, the messages will be delivered to those apps with GCM tokens too, as long as you're sending the messages to the same Firebase project.