To FCM migration verification

I used to use GCM notifications in my application. Of late I decided to move to FCM. Everything I did was:

  1. Downloading google-services and specifying it in android.googleServicesFile
  2. Uploading API key using expo-cli
  3. Building new Android package and uploading it to Google Play Console

Everything works as it used to work. How do I verify the migration is done and I won’t have problems when GCM is turned off 1st of April?

1 Like

Hey @owczarekartur,

You can run the command expo push:android:show and it will return an object with a status and your API key. If you see status: ok and your API key then you are good to go!

Cheers,
Adam

2 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.