In Android App, I am migrating from GCM to FCM to send push notification.
Then I have a question.
After migration, Can I send push notification by old GCM token starting from APA・・・?
I think when I first open my app from the migration, onTokenRefresh method is not called.
So the token is still old GCM one.
If I cannot send notification by old GCM token, what is the best way to change token(from GCM to FCM token) when I first open my app from the migration?