If I migrate my current GCM configuration to FCM what will happen to all the users of my Android app? Will I have to force all users to update or will the APK continue working as it is?
Please guide me. Thanks in advance.
If I migrate my current GCM configuration to FCM what will happen to all the users of my Android app? Will I have to force all users to update or will the APK continue working as it is?
Please guide me. Thanks in advance.
If you're simply referring to import your GCM project to Firebase, you should still be able to send messages to your users with GCM implemented apps (see my answer here).
For migrating the app implementation from GCM to FCM, you don't necessarily have to force an update with the users. As I mentioned above, GCM is still compatible with FCM, so there's no need to worry about it. It's just advisable to migrate the implementation. As per the FAQ: